|
| DemoFont (uint8 glyphWidth, uint8 glyphHeight, uint16 numGlyphs) |
|
uint8 * | getGlyphData () |
|
uint8 * | getGlyphData (uint8 glyphNum) |
|
uint8 | getGlyphWidth (uint8 glyphNum) |
|
uint8 | getHeight () |
|
void | setGlyphDimensions (uint8 glyphNum, GlyphDimensions &glyphDimensions) |
|
void | drawGlyph (Graphics::Surface &surface, int32 glyphNum, int16 xx, int16 yy, byte *colorMap) |
|
|
uint16 | _numGlyphs |
|
uint8 | _glyphWidth |
|
uint8 | _glyphHeight |
|
uint8 * | _glyphData |
|
GlyphDimensions * | _glyphDimensions |
|
The documentation for this class was generated from the following file: