|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| text_style (hi::font_family_id family_id, hi::font_variant variant, float size, hi::color color, text_decoration decoration) noexcept | |
| text_style (text_style const &) noexcept=default | |
| text_style (text_style &&) noexcept=default | |
| text_style & | operator= (text_style const &) noexcept=default |
| text_style & | operator= (text_style &&) noexcept=default |
Data Fields | |
| font_family_id | family_id |
| font_variant | variant |
| float | size |
| color | color |
| text_decoration | decoration |
Friends | |
| std::string | to_string (text_style const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, text_style const &rhs) |