PangoGlyphInfo

The PangoGlyphInfo structure represents a single glyph together with positioning information and visual attributes. It contains the following fields. PangoGlyph glyph; the glyph itself. PangoGlyphGeometry geometry; the positional information about the glyph. PangoGlyphVisAttr attr; the visual attributes of the glyph.

Members

Variables

attr
PangoGlyphVisAttr attr;
Undocumented in source.
geometry
PangoGlyphGeometry geometry;
Undocumented in source.
glyph
PangoGlyph glyph;
Undocumented in source.

Meta