|
Rhythm
Game Engines Final Project
|
Represents a font resource. More...
Public Member Functions | |
| this (string filename, int size) | |
| Constructs a Font from a file. | |
| ~this () | |
| Destructor to clean up the font. | |
Public Attributes | |
| TTF_Font * | mFont |
Represents a font resource.
|
inline |
Constructs a Font from a file.
| filename | The path to the font file. |
| size | The size of the font. |