Struct
Pango.GlyphInfo
Description [src]
struct PangoGlyphInfo {
  PangoGlyph glyph;
  PangoGlyphGeometry geometry;
  PangoGlyphVisAttr attr;
}
A PangoGlyphInfo structure represents a single glyph with
positioning information and visual attributes.
Structure members
| glyph | the glyph itself. | 
| geometry | the positional information about the glyph. | 
| attr | the visual attributes of the glyph. |