PangoFontMapClass

The PangoFontMapClass structure holds the virtual functions for a particular PangoFontMap implementation. GObjectClass parent_class; parent GObjectClass. load_font () a function to load a font with a given description. See pango_font_map_load_font(). list_families () A function to list available font families. See pango_font_map_list_families(). load_fontset () a function to load a fontset with a given description suitable for a particular language. See pango_font_map_load_fontset(). const char *shape_engine_type; the type of rendering-system-dependent engines that can handle fonts of this fonts loaded with this fontmap. get_serial () a function to get the serial number of the fontmap. See pango_font_map_get_serial(). changed ()

Members

Variables

changed
void function(PangoFontMap* fontmap) changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getSerial
uint function(PangoFontMap* fontmap) getSerial;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
listFamilies
void function(PangoFontMap* fontmap, PangoFontFamily*** families, int* nFamilies) listFamilies;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loadFont
PangoFont* function(PangoFontMap* fontmap, PangoContext* context, PangoFontDescription* desc) loadFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loadFontset
PangoFontset* function(PangoFontMap* fontmap, PangoContext* context, PangoFontDescription* desc, PangoLanguage* language) loadFontset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;
Undocumented in source.
shapeEngineType
char* shapeEngineType;
Undocumented in source.

Meta