Data Fields | |
int | glyph_size |
MFLTGlyph * | glyphs |
int | allocated |
int | used |
unsigned int | r2l |
The type MFLTGlyphString is the structure that contains information about a sequence of glyphs.
Array of glyphs.
Number of elements allocated in glyphs.
Number of elements in glyphs in use.
unsigned int MFLTGlyphString::r2l |
Flag to tell if the glyphs should be drawn from right-to-left or not.