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.
the main Gtk struct as a void*
Returns the number of fonts in the fontset.
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
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.
Iterates through all the fonts in a fontset, calling func for each one. If func returns TRUE, that stops the iteration. Since 1.4
Pango supports a flexible architecture where a particular rendering architecture can supply an implementation of fonts. The PangoFont structure represents an abstract rendering-system-independent font. Pango provides routines to list available fonts, and to load a font of a given description.