|
HikoGUI
A low latency retained GUI
|
Public Types | |
| using | int_type = uint16_t |
Public Member Functions | |
| constexpr | text_style (semantic_text_style rhs) noexcept |
| text_style (std::vector< text_sub_style > rhs) noexcept | |
| constexpr bool | empty () const noexcept |
| constexpr | operator bool () const noexcept |
| constexpr bool | is_semantic () const noexcept |
| constexpr | operator semantic_text_style () const noexcept |
| text_sub_style const * | operator-> () const noexcept |
| text_sub_style const & | operator* () const noexcept |
| text_sub_style const & | sub_style (text_phrasing phrasing, iso_639 language, iso_15924 script) const noexcept |