|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| text_style (tt::font_family_id family_id, tt::font_variant variant, float size, tt::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 |
| float | scaled_size () const noexcept |
Data Fields | |
| font_family_id | family_id |
| font_variant | variant |
| float | size |
| color | color |
| text_decoration | decoration |
Static Public Attributes | |
| static constexpr float | default_dpi = 84.0f |
| static constexpr float | dpi_scale = default_dpi / 72.0f |
Friends | |
| std::string | to_string (text_style const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, text_style const &rhs) |