#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 |
| bool | allow_server_media = true |
Static Public Attributes | |
| static const unsigned | VARIANT_BITS = 3 |
| static const size_t | MAX_VARIANTS = FM_MaxMode << VARIANT_BITS |
|
inline |
|
inline |
References allow_server_media, bold, italic, mode, and VARIANT_BITS.
Referenced by FontEngine::getFont().
Here is the caller graph for this function:| bool FontSpec::allow_server_media = true |
Referenced by StyleSpec::getFont(), getHash(), FontEngine::initFont(), and GUIOpenURLMenu::regenerateGui().
| 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().
|
static |
| 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().
|
static |
Referenced by getHash().