#include <fonts.hpp>
|
| stored_glyphs ()=default |
|
| stored_glyphs (stored_glyphs const &other) noexcept=default |
|
| stored_glyphs (stored_glyphs &&other) noexcept=default |
|
| stored_glyphs (sys::state &state, font_selection type, std::string const &s) |
|
| stored_glyphs (std::string const &s, font &f) |
|
| stored_glyphs (stored_glyphs &other, uint32_t offset, uint32_t count) |
|
| stored_glyphs (sys::state &state, font_selection type, std::span< uint16_t > s) |
|
| stored_glyphs (sys::state &state, font_selection type, std::span< uint16_t > s, no_bidi) |
|
void | set_text (sys::state &state, font_selection type, std::string const &s) |
|
void | clear () |
|
Definition at line 81 of file fonts.hpp.
◆ stored_glyphs() [1/8]
text::stored_glyphs::stored_glyphs |
( |
| ) |
|
|
default |
◆ stored_glyphs() [2/8]
text::stored_glyphs::stored_glyphs |
( |
stored_glyphs const & |
other | ) |
|
|
defaultnoexcept |
◆ stored_glyphs() [3/8]
◆ stored_glyphs() [4/8]
◆ stored_glyphs() [5/8]
text::stored_glyphs::stored_glyphs |
( |
std::string const & |
s, |
|
|
font & |
f |
|
) |
| |
◆ stored_glyphs() [6/8]
◆ stored_glyphs() [7/8]
◆ stored_glyphs() [8/8]
◆ clear()
void text::stored_glyphs::clear |
( |
| ) |
|
|
inline |
◆ set_text()
◆ glyph_info
The documentation for this struct was generated from the following files: