Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
pango-modules.h File Reference

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 PangoMappango_find_map (PangoLanguage *language, guint engine_type_id, guint render_type_id)
 
PANGO_DEPRECATED_IN_1_38 PangoEnginepango_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 Documentation

◆ PangoIncludedModule

Definition at line 39 of file pango-modules.h.

◆ PangoMap

typedef typedefG_BEGIN_DECLS struct _PangoMap PangoMap

Definition at line 36 of file pango-modules.h.

◆ PangoMapEntry

typedef struct _PangoMapEntry PangoMapEntry

Definition at line 37 of file pango-modules.h.

Function Documentation

◆ pango_find_map()

PANGO_DEPRECATED_IN_1_38 PangoMap * pango_find_map ( PangoLanguage * language,
guint engine_type_id,
guint render_type_id )

◆ pango_map_get_engine()

PANGO_DEPRECATED_IN_1_38 PangoEngine * pango_map_get_engine ( PangoMap * map,
PangoScript script )

◆ pango_map_get_engines()

PANGO_DEPRECATED_IN_1_38 void pango_map_get_engines ( PangoMap * map,
PangoScript script,
GSList ** exact_engines,
GSList ** fallback_engines )

◆ pango_module_register()

PANGO_DEPRECATED_IN_1_38 void pango_module_register ( PangoIncludedModule * module)