Class
PangoFontsetSimple
Description [src]
final class Pango.FontsetSimple : Pango.Fontset
{
/* No available fields */
}
PangoFontsetSimple
is a implementation of the abstract
PangoFontset
base class as an array of fonts.
When creating a PangoFontsetSimple
, you have to provide
the array of fonts that make up the fontset.
Instance methods
Methods inherited from PangoFontset (3)
pango_fontset_foreach
Iterates through all the fonts in a fontset, calling func
for
each one.
since: 1.4
pango_fontset_get_font
Returns the font in the fontset that contains the best glyph for a Unicode character.
pango_fontset_get_metrics
Get overall metric information for the fonts in the fontset.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.