DrawPrintText
From Valve Developer Community
| ← Back to DrawSetTextPos | Return to ISurface |
[edit]
void ISurface::DrawPrintText(const wchar_t *text, int textLen,
FontDrawType_t drawType = FONT_DRAW_DEFAULT )
Use this to print a unicode string using a specified draw type after all of the desired functions have been executed.
[edit]
