#include <ewextfnt.h>
Data Fields | |
| unsigned int | MagicNo |
| int | Ascent |
| int | Descent |
| int | Leading |
| int | NoOfColors |
| int | NoOfGlyphs |
| const XFntGlyphRes * | Glyphs |
| const void * | Pixel |
| const unsigned int * | KerningCodes |
| const unsigned char * | KerningValues |
| unsigned short | DefChar |
| const char * | Name |
| int XFntRes::Ascent |
| unsigned short XFntRes::DefChar |
| int XFntRes::Descent |
| const XFntGlyphRes* XFntRes::Glyphs |
| const unsigned int* XFntRes::KerningCodes |
| const unsigned char* XFntRes::KerningValues |
| int XFntRes::Leading |
| unsigned int XFntRes::MagicNo |
| const char* XFntRes::Name |
| int XFntRes::NoOfColors |
| int XFntRes::NoOfGlyphs |
| const void* XFntRes::Pixel |