PangoGlyphInfo

A PangoGlyphInfo structure represents a single glyph with positioning information and visual attributes.

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.

Meta