PangoGlyphString

The PangoGlyphString structure 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;
Undocumented in source.
logClusters
int* logClusters;
Undocumented in source.
numGlyphs
int numGlyphs;
Undocumented in source.

Meta