8 #include "widestring.h"
14 std::string theme_element, fresh_theme_element;
18 void set_screen_size(unsigned width, unsigned height);
19 unsigned my_draw_text(const widestring &str, unsigned char *buf, double size, const std::string &theme_element, int xpos = 0, int ypos = 0);
21 // draw_all_deferred_text draws every string in current that is not the same in old, with a different theme
22 void my_draw_text_deferred(std::vector<TextDefer> &td, const widestring &str, double size, const std::string &theme_element, const std::string &fresh_theme_element, int xpos, int ypos);
23 void draw_all_deferred_text(unsigned char *buf, std::vector<TextDefer> ¤t, std::vector<TextDefer> &old);
25 #endif /* !defined(_FONTS_H) */