GrafX2 2.9.3227
The ultimate 256-color painting program
|
Declare one variable of this type for each font you are using. More...
#include <SFont.h>
Data Fields | |
T_GFX2_Surface * | Surface |
int | CharBegin [256] |
int | CharWidth [256] |
int | Space |
unsigned char | Transparent |
Declare one variable of this type for each font you are using.
To load the fonts, load the font image into YourFont->Surface and call InitFont( YourFont );
T_GFX2_Surface* SFont_Font::Surface |
Referenced by SFont_FreeFont(), SFont_InitFont(), SFont_TextHeight(), and SFont_Write().
int SFont_Font::CharBegin[256] |
Referenced by SFont_InitFont(), and SFont_Write().
int SFont_Font::CharWidth[256] |
Referenced by SFont_InitFont(), SFont_TextWidth(), and SFont_Write().
int SFont_Font::Space |
Referenced by SFont_InitFont(), SFont_TextWidth(), and SFont_Write().
unsigned char SFont_Font::Transparent |
Referenced by Render_text_SFont(), and SFont_InitFont().