HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Public Types | |
using | int_type = uint16_t |
Public Member Functions | |
constexpr | text_style (text_style const &) noexcept=default |
constexpr | text_style (text_style &&) noexcept=default |
constexpr text_style & | operator= (text_style const &) noexcept=default |
constexpr text_style & | operator= (text_style &&) noexcept=default |
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 (phrasing phrasing, iso_639 language, iso_15924 script) const noexcept |
Friends | |
constexpr friend bool | operator== (text_style const &, text_style const &) noexcept=default |