DrawPrintText: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 2: Line 2:
=void '''DrawPrintText'''(const wchar_t *text, int textLen,<br>[[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
=void '''DrawPrintText'''(const wchar_t *text, int textLen,<br>[[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
Use this to print a unicode string after all of the desired functions have been executed.
Use this to print a unicode string after all of the desired functions have been executed.
==See Also==
* [[DrawUnicodeChar]]
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 19:30, 9 May 2006

DrawSetTextPos Return to ISurface

void DrawPrintText(const wchar_t *text, int textLen,
FontDrawType_t drawType = FONT_DRAW_DEFAULT )

Use this to print a unicode string after all of the desired functions have been executed.

See Also