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 best glyph for the given Unicode character; see pango_fontset_get_font(). get_metrics () a function to get overall metric information for the fonts in the fontset; see pango_fontset_get_metrics(). get_language () a function to get the language of the fontset. foreach () a function to loop over the fonts in the fontset. See pango_fontset_foreach().

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