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:PangoGlyphThe glyph itself.
geometry:PangoGlyphGeometryThe positional information about the glyph.
attr:PangoGlyphVisAttrThe visual attributes of the glyph.