GObject.Object
Pango.Fontset
Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.Fontset |
Class : | Fontset |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
new Pango.Fontset
()
Create a new Pango.Fontset
Create a new Pango.Fontset
|
||
Iterates through all the fonts in a fontset, calling func for each one.
|
Pango.Fontset | |
get_font
(Number wc)
:
Pango.Font
Returns the font in the fontset that contains the best glyph for the Unicode character wc.
Returns the font in the fontset that contains the best glyph for the Unicode character wc. with the font.
|
Pango.Fontset | |
get_metrics
()
:
Pango.FontMetrics
Get overall metric information for the fonts in the fontset.
Get overall metric information for the fonts in the fontset. when finished using the object.
|
Pango.Fontset |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango.Context
Method |
Load a set of fonts in the context that can be used to render a font matching desc.
|
Pango.FontMap
Method |
Load a set of fonts in the fontmap that can be used to render a font matching desc.
|