Clutter Engine 0.0.1
|
Represents a font, containing a map of characters and their data. More...
#include <Font.h>
Public Member Functions | |
Font () | |
Default constructor for Font. | |
~Font ()=default | |
Default destructor for Font. | |
Public Attributes | |
std::map< GLchar, Character > | mCharacters |
Map of ASCII character codes to their corresponding Character data. | |
Represents a font, containing a map of characters and their data.