This is the complete list of members for clan::VectorFont, including all inherited members.
draw_text(Canvas &canvas, int x, int y, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
draw_text(Canvas &canvas, float x, float y, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
draw_text(Canvas &canvas, const Pointf &position, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
draw_text_ellipsis(Canvas &canvas, int x, int y, Rect content_box, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
draw_text_ellipsis(Canvas &canvas, float x, float y, Rectf content_box, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
draw_text_ellipsis(Canvas &canvas, const Pointf &position, Rectf content_box, const std::string &text, const Colorf &color=Colorf::white) | clan::VectorFont | |
get_bounding_box(const std::string &reference_string) const | clan::VectorFont | |
get_font_metrics() | clan::VectorFont | |
get_glyph_filled(unsigned int glyph) | clan::VectorFont | |
get_glyph_outline(unsigned int glyph) | clan::VectorFont | |
get_glyph_size(Canvas &canvas, unsigned int glyph) | clan::VectorFont | |
get_text_size(Canvas &canvas, const std::string &text) | clan::VectorFont | |
impl | clan::VectorFont | |
is_null() const | clan::VectorFont | |
reset_texture() | clan::VectorFont | |
set_filled(bool enable=true) | clan::VectorFont | |
set_texture(const Texture2D &src_texture, const Rectf &bounding_rect, const Rectf &texture_rect=Rectf(0.0f, 0.0f, 1.0f, 1.0f)) | clan::VectorFont | |
set_texture(const Texture2D &src_texture, const Rectf &bounding_rect, const Rect &texture_rect) | clan::VectorFont | |
VectorFont() | clan::VectorFont | |
VectorFont(Canvas &canvas, const std::string &typeface_name, int height, const std::string &filename) | clan::VectorFont | |
VectorFont(Canvas &canvas, const FontDescription &desc, const std::string &filename) | clan::VectorFont | |
VectorFont(const Font &font) | clan::VectorFont | explicit |
~VectorFont() | clan::VectorFont |