DrawUnicodeChar: Difference between revisions
Jump to navigation
Jump to search
void ISurface::DrawUnicodeChar(wchar_t wch,
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=void '''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.