PangoGlyphInfo

The PangoGlyphInfo structure represents a single glyph together with positioning information and visual attributes. It contains the following fields.

Members

Variables

attr
PangoGlyphVisAttr attr;

the visual attributes of the glyph.

geometry
PangoGlyphGeometry geometry;

the positional information about the glyph.

glyph
PangoGlyph glyph;

the glyph itself.