|
Easy3D 2.6.1
|
This is the complete list of members for TextRenderer, including all inherited members.
| add_font(const std::string &font_file) | TextRenderer | |
| Align enum name | TextRenderer | |
| ALIGN_CENTER enum value | TextRenderer | |
| ALIGN_LEFT enum value | TextRenderer | |
| ALIGN_RIGHT enum value | TextRenderer | |
| character_spacing() const | TextRenderer | |
| draw(const std::string &text, float x, float y, float font_size, int font_id=0, const vec3 &font_color=vec3(0, 0, 0), bool upper_left=true) const | TextRenderer | |
| draw(const std::string &text, float x, float y, float font_size, Align align, int font_id=0, const vec3 &font_color=vec3(0, 0, 0), float line_spacing=0.0f, bool upper_left=true) const | TextRenderer | |
| font_height(float font_size) const | TextRenderer | |
| font_names() const | TextRenderer | inline |
| kerning() const | TextRenderer | |
| num_fonts() const | TextRenderer | inline |
| set_character_spacing(float spacing) | TextRenderer | |
| set_kerning(bool kerning) | TextRenderer | |
| string_bounding_rect(const std::string &str, float x, float y, float font_size) const | TextRenderer | |
| string_height(const std::string &str, float font_size) const | TextRenderer | |
| string_width(const std::string &str, float font_size) const | TextRenderer | |
| TextRenderer(float dpi_scale=1.0f, int texture_size=512, bool mipmaps=false) | TextRenderer | explicit |
| ~TextRenderer() | TextRenderer |