|
|
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, iso_639 language, iso_15924 script, iso_3166 country, font_family_id family_id, font_variant variant, int size, hi::color color) |
| |
|
|
text_phrasing_mask | phrasing_mask = {} |
| |
|
iso_639 | language = {} |
| |
|
iso_15924 | script = {} |
| |
|
iso_3166 | country = {} |
| |
|
font_family_id | family_id = {} |
| |
|
font_variant | variant = {} |
| |
|
int | size = {} |
| |
|
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, iso_639 language, iso_3166 country, iso_15924 script) noexcept |
| |
The documentation for this struct was generated from the following file: