|
FMT_CONSTEXPR | text_style (emphasis em=emphasis()) noexcept |
|
FMT_CONSTEXPR text_style & | operator|= (const text_style &rhs) |
|
FMT_CONSTEXPR bool | has_foreground () const noexcept |
|
FMT_CONSTEXPR bool | has_background () const noexcept |
|
FMT_CONSTEXPR bool | has_emphasis () const noexcept |
|
FMT_CONSTEXPR detail::color_type | get_foreground () const noexcept |
|
FMT_CONSTEXPR detail::color_type | get_background () const noexcept |
|
FMT_CONSTEXPR emphasis | get_emphasis () const noexcept |
|
A text style consisting of foreground and background colors and emphasis.