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.
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.