| 151 | } |
| 152 | |
| 153 | void CDECL FUNCBODY_DrawTextA( |
| 154 | int x, |
| 155 | int y, |
| 156 | unsigned char font, |
| 157 | const char *text, |
| 158 | unsigned short color, |
| 159 | int width, |
| 160 | TEXT_ALIGN_TYPE align, |
| 161 | unsigned short flags) |
| 162 | { |
| 163 | g_FontManager.DrawA(font, text, color, x, y, width, align, flags); |
| 164 | } |
| 165 | |
| 166 | void CDECL FUNCBODY_DrawTextW( |
| 167 | int x, |