DrawPrintText: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{navbar-last|DrawSetTextPos|ISurface}} | {{navbar-last|DrawSetTextPos|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 [[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 | ==See also== | ||
* [[DrawUnicodeChar]] | * [[DrawUnicodeChar]] | ||
[[Category:ISurface]] | [[Category:ISurface]] |
Latest revision as of 09:15, 8 January 2024
← 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.