|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| font_variant | 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 |
| font_weight | weight = font_weight::Regular |
| float | optical_size = 12.0 |
| unicode_ranges | unicode_ranges |
| float | xHeight = 0.0 |
| float | HHeight = 0.0 |
| float | DigitWidth = 0.0 |
Friends | |
| std::string | to_string (font_description const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, font_description const &rhs) |