Class

PangoFontset

[]

Description [src]

abstract class Pango.Fontset : GObject.Object
{
  /* No available fields */
}

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.

[]

Ancestors

Descendants

[]

Instance methods

pango_fontset_foreach

Iterates through all the fonts in a fontset, calling func for each one.

since: 1.4

pango_fontset_get_font

Returns the font in the fontset that contains the best glyph for a Unicode character.

pango_fontset_get_metrics

Get overall metric information for the fonts in the fontset.

Methods inherited from GObject (43)
[]

Signals

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Pango.FontsetClass.foreach

Iterates through all the fonts in a fontset, calling func for each one.

since: 1.4

Pango.FontsetClass.get_font

Returns the font in the fontset that contains the best glyph for a Unicode character.

Pango.FontsetClass.get_language

A function to get the language of the fontset.

Pango.FontsetClass.get_metrics

Get overall metric information for the fonts in the fontset.