Pango.FontsetSimple¶
class — extends Fontset
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.
Constructors¶
new¶
Creates a new PangoFontsetSimple for the given language.
Parameters:
language— aPangoLanguagetag
Methods¶
append¶
Adds a font to the fontset.
The fontset takes ownership of font.
Parameters:
font— aPangoFont.
size¶
Returns the number of fonts in the fontset.