FontWrapper Member List
This is the complete list of members for
FontWrapper, including all inherited members.
| char_height() const =0 | FontWrapper | [pure virtual] |
| char_width() const =0 | FontWrapper | [pure virtual] |
| create() | FontWrapper | [static] |
| font_tex() const =0 | FontWrapper | [pure virtual] |
| load_font(const char *font_name, unsigned int font_size, bool outline)=0 | FontWrapper | [pure virtual] |
| render_string(unsigned int x, unsigned int y, const char *text, const coord_def &min_pos, const coord_def &max_pos, unsigned char font_colour, bool drop_shadow=false, unsigned char box_alpha=0, unsigned char box_colour=0, unsigned int outline=0, bool tooltip=false)=0 | FontWrapper | [pure virtual] |
| render_textblock(unsigned int x, unsigned int y, unsigned char *chars, unsigned char *colours, unsigned int width, unsigned int height, bool drop_shadow=false)=0 | FontWrapper | [pure virtual] |
| split(const formatted_string &str, unsigned int max_width, unsigned int max_height)=0 | FontWrapper | [pure virtual] |
| store(FontBuffer &buf, float &x, float &y, const std::string &s, const VColour &c)=0 | FontWrapper | [pure virtual] |
| store(FontBuffer &buf, float &x, float &y, const formatted_string &fs)=0 | FontWrapper | [pure virtual] |
| store(FontBuffer &buf, float &x, float &y, unsigned char c, const VColour &col)=0 | FontWrapper | [pure virtual] |
| string_height(const char *text) const =0 | FontWrapper | [pure virtual] |
| string_height(const formatted_string &str) const =0 | FontWrapper | [pure virtual] |
| string_width(const char *text) const =0 | FontWrapper | [pure virtual] |
| string_width(const formatted_string &str) const =0 | FontWrapper | [pure virtual] |
| ~FontWrapper() | FontWrapper | [inline, virtual] |