| 286 | } |
| 287 | |
| 288 | U32 dglDrawText(GFont* font, |
| 289 | const Point2I& ptDraw, |
| 290 | const UTF16* in_string, |
| 291 | const ColorI* colorTable, |
| 292 | const U32 maxColorIndex, |
| 293 | F32 rot) |
| 294 | { |
| 295 | return dglDrawTextN(font, ptDraw, in_string, dStrlen(in_string), colorTable, maxColorIndex, rot); |
| 296 | } |
| 297 | |
| 298 | U32 dglDrawText(GFont* font, |
| 299 | const Point2I& ptDraw, |