DrawUnicodeChar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added class)
mNo edit summary
 
Line 1: Line 1:
=void [[ISurface]]::'''DrawUnicodeChar'''([[wchar_t]] wch, [[FontDrawType_t]] drawType = FONT_DRAW_DEFAULT )=
=void [[ISurface]]::'''DrawUnicodeChar'''([[wchar_t]] wch,<br>[[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]]

Latest 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.