DrawPrintText: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (wchar_t)
m (added class)
Line 1: Line 1:
{{navbar-last|DrawSetTextPos|ISurface}}
{{navbar-last|DrawSetTextPos|ISurface}}
=void '''DrawPrintText'''(const [[wchar_t]] *text, int textLen,<br>[[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
=void [[ISurface]]::'''DrawPrintText'''(const [[wchar_t]] *text, int textLen,<br>[[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
Use this to print a unicode string using a specified [[FontDrawType_t|draw type]] after all of the desired functions have been executed.
Use this to print a unicode string using a specified [[FontDrawType_t|draw type]] after all of the desired functions have been executed.
==See Also==
==See Also==
* [[DrawUnicodeChar]]
* [[DrawUnicodeChar]]
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 19:32, 28 June 2006

DrawSetTextPos Return to ISurface

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.

See Also