Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

Font Struct Reference

In-Memory bitmap font structure. More...

#include <fontstruct.h>


Data Fields

short firstChar
short numChars
short maxWidth
short height
short pageSize
short numPages
unsigned short offsets []


Detailed Description

In-Memory bitmap font structure.

Warning:
Any changes to this structure must be reflected in the printScratch() function. The qtFont editor should be changed, too.

Definition at line 16 of file fontstruct.h.


Field Documentation

short Font::firstChar
 

Definition at line 17 of file fontstruct.h.

Referenced by GFX_LoadFont(), GFX_TextWidth(), and main().

short Font::height
 

Definition at line 20 of file fontstruct.h.

Referenced by GFX_LoadFont(), and GFX_Print().

short Font::maxWidth
 

Definition at line 19 of file fontstruct.h.

Referenced by GFX_LoadFont().

short Font::numChars
 

Definition at line 18 of file fontstruct.h.

Referenced by GFX_LoadFont(), and GFX_TextWidth().

short Font::numPages
 

Definition at line 23 of file fontstruct.h.

Referenced by printScratch().

unsigned short Font::offsets[]
 

Definition at line 25 of file fontstruct.h.

Referenced by GFX_TextWidth().

short Font::pageSize
 

Definition at line 22 of file fontstruct.h.


The documentation for this struct was generated from the following file:
Generated on Sun Aug 4 21:47:43 2002 for k/os mp3v2 by doxygen1.2.16