|
|
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 (text_phrasing_mask phrasing_mask, language_tag language_mask, font_family_id family_id, font_variant variant, float size, hi::color color) |
| |
|
|
text_phrasing_mask | phrasing_mask = {} |
| |
|
language_tag | language_mask = {} |
| |
|
font_family_id | family_id = {} |
| |
|
font_variant | variant = {} |
| |
|
float | size = 0.0f |
| |
|
hi::color | color = {} |
| |
|
|
constexpr friend bool | operator== (text_style const &, text_style const &) noexcept=default |
| |
|
constexpr friend bool | matches (text_style const &lhs, text_phrasing phrasing, language_tag language) noexcept |
| |
The documentation for this struct was generated from the following file: