|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| text_sub_style (hi::phrasing_mask phrasing_mask, iso_639 language_filter, iso_15924 script_filter, font_family_id family_id, font_variant variant, font_size_s size, ::hi::color color, text_decoration decoration) noexcept | |
| size_t | hash () const noexcept |
| length_f | cap_height () const noexcept |
| length_f | x_height () const noexcept |
| bool | matches (phrasing phrasing, iso_639 language, iso_15924 script) const noexcept |
Data Fields | |
| phrasing_mask | phrasing_mask |
| iso_639 | language_filter |
| iso_15924 | script_filter |
| font_family_id | family_id |
| ::hi::color | color |
| font_size_s | size |
| font_variant | variant |
| text_decoration | decoration |
Friends | |
| bool | operator== (text_sub_style const &, text_sub_style const &) noexcept=default |