Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango/pango-engine.h>
Go to the source code of this file.
Data Structures | |
struct | _PangoIncludedModule |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _PangoMap | PangoMap |
typedef struct _PangoMapEntry | PangoMapEntry |
typedef struct _PangoIncludedModule | PangoIncludedModule |
Functions | |
PANGO_DEPRECATED_IN_1_38 PangoMap * | pango_find_map (PangoLanguage *language, guint engine_type_id, guint render_type_id) |
PANGO_DEPRECATED_IN_1_38 PangoEngine * | pango_map_get_engine (PangoMap *map, PangoScript script) |
PANGO_DEPRECATED_IN_1_38 void | pango_map_get_engines (PangoMap *map, PangoScript script, GSList **exact_engines, GSList **fallback_engines) |
PANGO_DEPRECATED_IN_1_38 void | pango_module_register (PangoIncludedModule *module) |
typedef struct _PangoIncludedModule PangoIncludedModule |
Definition at line 39 of file pango-modules.h.
typedef typedefG_BEGIN_DECLS struct _PangoMap PangoMap |
Definition at line 36 of file pango-modules.h.
typedef struct _PangoMapEntry PangoMapEntry |
Definition at line 37 of file pango-modules.h.
PANGO_DEPRECATED_IN_1_38 PangoMap * pango_find_map | ( | PangoLanguage * | language, |
guint | engine_type_id, | ||
guint | render_type_id ) |
PANGO_DEPRECATED_IN_1_38 PangoEngine * pango_map_get_engine | ( | PangoMap * | map, |
PangoScript | script ) |
PANGO_DEPRECATED_IN_1_38 void pango_map_get_engines | ( | PangoMap * | map, |
PangoScript | script, | ||
GSList ** | exact_engines, | ||
GSList ** | fallback_engines ) |
PANGO_DEPRECATED_IN_1_38 void pango_module_register | ( | PangoIncludedModule * | module | ) |