Pango.FontMapClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
changed |
r |
See |
|
get_face |
r |
||
get_family |
r |
||
get_serial |
r |
a function to get the serial number of the fontmap. See |
|
list_families |
r |
A function to list available font families. See |
|
load_font |
r |
a function to load a font with a given description. See |
|
load_fontset |
r |
a function to load a fontset with a given given description suitable for a particular language. See |
|
parent_class |
r |
parent |
|
shape_engine_type |
r |
the type of rendering-system-dependent engines that can handle fonts of this fonts loaded with this fontmap. |
Methods¶
None
Details¶
- class Pango.FontMapClass¶
The
PangoFontMapClass
structure holds the virtual functions for a particularPangoFontMap
implementation.