DrawPrintText

From Valve Developer Community
Revision as of 09:15, 8 January 2024 by Thunder4ik (talk | contribs) (→‎See also: Unicodifying, replaced: See Also → See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.

See also