#include <pgeFont.h>
Data Fields | |
unsigned int | texSize |
unsigned int | texHeight |
unsigned char * | texture |
int | texturememid |
enum pgeMemoryLocation | location |
unsigned char | map [256] |
Glyph | glyph [256] |
int | fontHeight |
int | memid |
unsigned int pgeFont::texSize |
Texture size (power2)
unsigned int pgeFont::texHeight |
Texture height (power2)
unsigned char* pgeFont::texture |
The bitmap data
The uid of the bitmap data
Either in RAM or VRAM
unsigned char pgeFont::map[256] |
Character map
Glyph pgeFont::glyph[256] |
Character glyphs
int pgeFont::memid |