PangoGlyphInfo

PangoGlyphInfo: @glyph: the glyph itself. @geometry: the positional information about the glyph. @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.

extern (C)
struct PangoGlyphInfo {
PangoGlyph glyph;
PangoGlyphGeometry geometry;
PangoGlyphVisAttr attr;
}

Meta