Antkeeper
0.0.1
type
bitmap_font
type::bitmap_font Member List
This is the complete list of members for
type::bitmap_font
, including all inherited members.
bitmap_font
(const font_metrics &metrics)
type::bitmap_font
explicit
bitmap_font
()
type::bitmap_font
clear
()
type::bitmap_font
contains
(char32_t code) const
type::bitmap_font
virtual
font
(const font_metrics &metrics)
type::font
font
()
type::font
get_font_metrics
() const
type::font
inline
get_glyph
(char32_t code) const
type::bitmap_font
get_glyph
(char32_t code)
type::bitmap_font
get_glyph_metrics
(char32_t code) const
type::bitmap_font
virtual
get_kerning
(char32_t first, char32_t second) const
type::font
get_kerning_table
() const
type::font
inline
get_texture
() const noexcept
type::bitmap_font
inline
insert
(char32_t code)
type::bitmap_font
kern
(char32_t first, char32_t second, const math::fvec2 &offset)
type::font
kerning_table
type::font
protected
metrics
type::font
protected
pack
(bool resize=true)
type::bitmap_font
remove
(char32_t code)
type::bitmap_font
set_font_metrics
(const font_metrics &metrics)
type::font
unpack
(bool resize=true)
type::bitmap_font
~bitmap_font
()=default
type::bitmap_font
virtual
~font
()
type::font
virtual