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