DrawUnicodeChar: Difference between revisions
Jump to navigation
Jump to search
void ISurface::DrawUnicodeChar(wchar_t wch,
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.