HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi::v1::text_style_set Class Reference

#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

Detailed Description

A text-style-set includes styles for displaying text with markup.


The documentation for this class was generated from the following file: