Searched refs:ttf_font_info (Results 1 – 3 of 3) sorted by relevance
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/ |
H A D | sdl_fonts.cpp | 320 ttf_font_info *info = new ttf_font_info; in load_font() 441 void ttf_font_info::_unload() in _unload() 514 int8 ttf_font_info::char_width(uint8 c, uint16 style) const in char_width() 521 uint16 ttf_font_info::_text_width(const char *text, uint16 style, bool utf8) const in _text_width() 526 uint16 ttf_font_info::_text_width(const char *text, size_t length, uint16 style, bool utf8) const in _text_width() 543 int ttf_font_info::_trunc_text(const char *text, int max_width, uint16 style) const in _trunc_text() 565 char *ttf_font_info::process_printable(const char *src, int len) const in process_printable() 580 uint16 *ttf_font_info::process_macroman(const char *src, int len) const in process_macroman()
|
H A D | sdl_fonts.h | 116 class ttf_font_info : public font_info { 130 ttf_font_info() { in ttf_font_info() function 133 virtual ~ttf_font_info() = default;
|
H A D | screen_drawing.cpp | 525 int ttf_font_info::_draw_text(SDL_Surface *s, const char *text, size_t length, int x, int y, uint32… in _draw_text()
|