DrawUnicodeChar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added class)
Line 1: Line 1:
=void '''DrawUnicodeChar'''([[wchar_t]] wch, [[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
=void [[ISurface]]::'''DrawUnicodeChar'''([[wchar_t]] wch, [[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
This function is the same as [[DrawPrintText]], except it only prints one character.
This function is the same as [[DrawPrintText]], except it only prints one character.
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 19:35, 28 June 2006

void ISurface::DrawUnicodeChar(wchar_t wch, FontDrawType_t drawType = FONT_DRAW_DEFAULT )

This function is the same as DrawPrintText, except it only prints one character.