Fontset
Object Hierarchy:
Description:
[
CCode ( type_id =
"pango_fontset_get_type ()" ) ]
public abstract class Fontset :
Object
A `PangoFontset` represents a set of `PangoFont` to use when rendering text.
A `PangoFontset` is the result of resolving a `PangoFontDescription` against a particular `PangoContext`. It has operations for finding
the component font for a particular Unicode character, and for finding a composite set of metrics for the entire fontset.
Content:
Creation methods:
Methods:
- public virtual void @foreach (FontsetForeachFunc func)
Iterates through all the fonts in a fontset, calling func
for each one.
- public virtual Font get_font (uint wc)
Returns the font in the fontset that contains the best glyph for a
Unicode character.
- public virtual Language get_language ()
a function to get the language of the fontset.
- public virtual FontMetrics get_metrics ()
Get overall metric information for the fonts in the fontset.
Inherited Members:
All known members inherited from class GLib.Object