PangoGlyphString

Undocumented in source.

struct PangoGlyphString {
int space;
}

Members

Variables

glyphs
PangoGlyphInfo* glyphs;

array of glyph information for the glyph string.

logClusters
int* logClusters;

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

numGlyphs
int numGlyphs;

number of the glyphs in this glyph string.