|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| FontVariant | font_variant () const noexcept |
Data Fields | |
| std::string | family_name |
| std::string | sub_family_name |
| bool | monospace = false |
| bool | serif = false |
| bool | italic = false |
| bool | condensed = false |
| FontWeight | weight = FontWeight::Regular |
| float | optical_size = 12.0 |
| UnicodeRanges | unicode_ranges |
| float | xHeight = 0.0 |
| float | HHeight = 0.0 |
Friends | |
| std::string | to_string (FontDescription const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, FontDescription const &rhs) |