|
HikoGUI
A low latency retained GUI
|
#include <ttauri/text/font_grapheme_id.hpp>
Public Member Functions | |
| font_grapheme_id (tt::font const &font, grapheme g) noexcept | |
| size_t | hash () const noexcept |
Data Fields | |
| tt::font const * | font |
| grapheme | g |
Friends | |
| bool | operator== (font_grapheme_id const &lhs, font_grapheme_id const &rhs) noexcept |
Combined font_id + grapheme for use as a key in a std::unordered_map.