Cogs.Core
|
#include <Font.h>
Public Member Functions | |
bool | operator== (const FontDefinition &other) const noexcept=default |
Compares font definitions. | |
Public Attributes | |
std::string | fontFamily |
Font family name, such as "Arial" or "Tahoma". | |
float | fontSize = 0.0f |
Size of the font in pixels. | |
std::string Cogs::Core::FontDefinition::fontFamily |
Font family name, such as "Arial" or "Tahoma".
Definition at line 93 of file Font.h.
Referenced by Cogs::Core::FontManager::loadFont().
float Cogs::Core::FontDefinition::fontSize = 0.0f |
Size of the font in pixels.
Definition at line 96 of file Font.h.
Referenced by Cogs::Core::FontManager::loadFont().