Sets our main struct and passes it to the parent class.
Creates a new PangoFontsetSimple for the given language.
Adds a font to the fontset.
Get the main Gtk struct
the main Gtk struct as a void*
Returns the number of fonts in the fontset.
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Iterates through all the fonts in a fontset, calling func for each one. If func returns TRUE, that stops the iteration.
Returns the font in the fontset that contains the best glyph for the Unicode character wc.
Get overall metric information for the fonts in the fontset.
PangoFontsetSimple is a implementation of the abstract PangoFontset base class in terms of an array of fonts, which the creator provides when constructing the PangoFontsetSimple