GrafX2 2.9.3227
The ultimate 256-color painting program
SFont_Font Struct Reference

Declare one variable of this type for each font you are using. More...

#include <SFont.h>

+ Collaboration diagram for SFont_Font:

Data Fields

T_GFX2_SurfaceSurface
 
int CharBegin [256]
 
int CharWidth [256]
 
int Space
 
unsigned char Transparent
 

Detailed Description

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 );

Field Documentation

◆ Surface

◆ CharBegin

int SFont_Font::CharBegin[256]

Referenced by SFont_InitFont(), and SFont_Write().

◆ CharWidth

int SFont_Font::CharWidth[256]

◆ Space

int SFont_Font::Space

◆ Transparent

unsigned char SFont_Font::Transparent

The documentation for this struct was generated from the following file: