PangoFontsetClass

The PangoFontsetClass structure holds the virtual functions for a particular PangoFontset implementation. GObjectClass parent_class; parent GObjectClass. get_font () a function to get the font in the fontset that contains the

Members

Variables

foreac
void function(PangoFontset* fontset, PangoFontsetForeachFunc func, void* data) foreac;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getFont
PangoFont* function(PangoFontset* fontset, uint wc) getFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getLanguage
PangoLanguage* function(PangoFontset* fontset) getLanguage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getMetrics
PangoFontMetrics* function(PangoFontset* fontset) getMetrics;
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.

Meta