Pango.FontsetSimple¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Pango.FontsetSimple(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
PangoFontsetSimple
is a implementation of the abstractPangoFontset
base class as an array of fonts.When creating a
PangoFontsetSimple
, you have to provide the array of fonts that make up the fontset.- classmethod new(language)[source]¶
- Parameters:
language (
Pango.Language
) – aPangoLanguage
tag- Returns:
the newly allocated
PangoFontsetSimple
- Return type:
Creates a new
PangoFontsetSimple
for the given language.
- append(font)[source]¶
- Parameters:
font (
Pango.Font
) – aPangoFont
.
Adds a font to the fontset.
The fontset takes ownership of font.