Inheritance diagram for Font:
Public Member Functions | |
~Font () | |
BOOL | Load (File *) |
BOOL | Load (char *) |
void | UnLoad () |
void | Print (Element *gfx, int32 x, int32 y, char *c, BOOL vert=FALSE) |
void | PrintChar (Element *gfx, int32 x, int32 y, char c, BOOL vert=FALSE) |
void | SetClr (uint32 _clr) |
uint32 | GetClr () |
Public Attributes | |
int32 | x |
int32 | y |
int32 | x_1 |
int32 | y_1 |
int | TabSpaces |
BOOL | Valid |
Definition at line 7 of file font.hpp.