OldSchool Library
|
Struct describing a SFont. More...
#include <sfont.h>
Data Fields | |
OSL_SFLETTER * | letters [256] |
int | height |
int | lettersCount |
Struct describing a SFont.
OSL_SFLETTER* OSL_SFONT::letters[256] |
Array of pointers to single letters.
int OSL_SFONT::height |
The height of the font in pixels.
int OSL_SFONT::lettersCount |
The total number of letters in the font.