PangoFontset

A pango.fontset.Fontset represents a set of pango.font.Font to use when rendering text.

A pango.fontset.Fontset is the result of resolving a pango.font_description.FontDescription against a particular pango.context.Context. 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.

struct PangoFontset {}

Members

Variables

parentInstance
ObjectC parentInstance;