A struct representing a unique key for identifying a specific font face and size combination.
More...
#include <headers/utility/graphic/text/font.hpp>
|
| std::string | faceName |
| | The name of the font face (e.g., "Arial", "Times New
Roman").
|
| |
| uint32_t | fontSize = 0 |
| | The size of the font in points (e.g., 12, 14, 16).
|
| |
A struct representing a unique key for identifying a specific font face and size combination.
Definition at line 39 of file font.hpp.
◆ operator<()
| bool utility::graphic::Font::FontSizedKey::operator< |
( |
const FontSizedKey & |
other | ) |
const |
|
inline |
Comparison operator to allow FontSizedKey to be used as a key in std::map or other associative containers.
- Parameters
-
- Returns
- true if this FontSizedKey is less than the other, false otherwise.
Definition at line 59 of file font.hpp.
◆ faceName
| std::string utility::graphic::Font::FontSizedKey::faceName |
The name of the font face (e.g., "Arial", "Times New
Roman").
Definition at line 44 of file font.hpp.
◆ fontSize
| uint32_t utility::graphic::Font::FontSizedKey::fontSize = 0 |
The size of the font in points (e.g., 12, 14, 16).
Definition at line 49 of file font.hpp.
The documentation for this struct was generated from the following file: