Pango.FontsetClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
foreach |
r |
a function to loop over the fonts in the fontset. See [method`Pango`.Fontset.foreach] |
|
get_font |
r |
a function to get the font in the fontset that contains the best glyph for the given Unicode character; see [method`Pango`.Fontset.get_font] |
|
get_language |
r |
a function to get the language of the fontset. |
|
get_metrics |
r |
a function to get overall metric information for the fonts in the fontset; see [method`Pango`.Fontset.get_metrics] |
|
parent_class |
r |
parent |
Methods¶
None
Details¶
- class Pango.FontsetClass¶
The
PangoFontsetClass
structure holds the virtual functions for a particularPangoFontset
implementation.