Antkeeper
0.0.1
|
This is the complete list of members for type::font, including all inherited members.
contains(char32_t code) const =0 | type::font | pure virtual |
font(const font_metrics &metrics) | type::font | |
font() | type::font | |
get_font_metrics() const | type::font | inline |
get_glyph_metrics(char32_t code) const =0 | type::font | pure virtual |
get_kerning(char32_t first, char32_t second) const | type::font | |
get_kerning_table() const | type::font | inline |
kern(char32_t first, char32_t second, const math::fvec2 &offset) | type::font | |
kerning_table | type::font | protected |
metrics | type::font | protected |
set_font_metrics(const font_metrics &metrics) | type::font | |
~font() | type::font | virtual |