Creates a new pango.fontset_simple.FontsetSimple for the given language.
Adds a font to the fontset.
Returns the number of fonts in the fontset.
Iterates through all the fonts in a fontset, calling func for each one.
Returns the font in the fontset that contains the best glyph for a Unicode character.
Get overall metric information for the fonts in the fontset.
pango.fontset_simple.FontsetSimple is a implementation of the abstract pango.fontset.Fontset base class as an array of fonts.
When creating a pango.fontset_simple.FontsetSimple, you have to provide the array of fonts that make up the fontset.