|
HikoGUI
A low latency retained GUI
|
#include <hikogui/text/text_style_set.hpp>
Public Member Functions | |
| text_style_set (text_style_set const &) noexcept=default | |
| text_style_set (text_style_set &&) noexcept=default | |
| text_style_set & | operator= (text_style_set const &) noexcept=default |
| text_style_set & | operator= (text_style_set &&) noexcept=default |
| constexpr bool | empty () const noexcept |
| text_style | get (grapheme_attributes const &attributes) const |
| text_style | operator[] (grapheme_attributes const &attributes) const |
| text_style const & | front () const |
| constexpr void | clear () noexcept |
| constexpr void | push_back (grapheme_attribute_mask const &mask, text_style const &style) |
Friends | |
| bool | operator== (text_style_set const &, text_style_set const &) noexcept=default |
A text-style-set includes styles for displaying text with markup.