|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| font_glyph_ids (font_glyph_ids const &rhs) noexcept | |
| font_glyph_ids (font_glyph_ids &&rhs) noexcept | |
| font_glyph_ids & | operator= (font_glyph_ids const &rhs) noexcept |
| font_glyph_ids & | operator= (font_glyph_ids &&rhs) noexcept |
| void | clear () noexcept |
| operator bool () const noexcept | |
| tt::font_id | font_id () const noexcept |
| void | set_font_id (tt::font_id font_id) noexcept |
| font_glyph_ids & | operator+= (glyph_id rhs) noexcept |
| glyph_id | front () const noexcept |
| glyph_id | operator[] (size_t index) const noexcept |
| size_t | size () const noexcept |
| size_t | hash () const noexcept |
| std::pair< graphic_path, aarectangle > | getPathAndBoundingBox () const noexcept |
| aarectangle | getBoundingBox () const noexcept |
Friends | |
| bool | operator== (font_glyph_ids const &lhs, font_glyph_ids const &rhs) noexcept |