#include <fontengine.h>
Public Member Functions | |
FontSpec (unsigned int font_size, FontMode mode, bool bold, bool italic) | |
u16 | getHash () const |
Public Attributes | |
unsigned int | size |
FontMode | mode |
bool | bold |
bool | italic |
|
inline |
|
inline |
References bold, italic, and mode.
Referenced by FontEngine::getFont().
bool FontSpec::bold |
Referenced by FontEngine::getFont(), StyleSpec::getFont(), getHash(), and FontEngine::initFont().
bool FontSpec::italic |
Referenced by FontEngine::getFont(), StyleSpec::getFont(), getHash(), and FontEngine::initFont().
FontMode FontSpec::mode |
Referenced by FontEngine::getFont(), StyleSpec::getFont(), getHash(), and FontEngine::initFont().
unsigned int FontSpec::size |
Referenced by FontEngine::getFont(), StyleSpec::getFont(), and FontEngine::initFont().