PangoGlyphString

A pango.glyph_string.GlyphString is used to store strings of glyphs with geometry and visual attribute information.

The storage for the glyph information is owned by the structure which simplifies memory management.

Members

Variables

glyphs
PangoGlyphInfo* glyphs;

array of glyph information

logClusters
int* logClusters;

logical cluster info, indexed by the byte index within the text corresponding to the glyph string

numGlyphs
int numGlyphs;

number of glyphs in this glyph string

space
int space;