| 97 | } |
| 98 | |
| 99 | void draw_textf(const char *fstr, int left, int top, ...) |
| 100 | { |
| 101 | defvformatstring(str, top, fstr); |
| 102 | draw_text(str, left, top); |
| 103 | } |
| 104 | |
| 105 | inline int draw_char_contd(font &f, font::charinfo &info, int charcode, int x, int y) |
| 106 | { |
no test coverage detected