DrawSetTextPos: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added class)
Line 1: Line 1:
{{navbar|DrawSetTextColor|ISurface|DrawPrintText}}
{{navbar|DrawSetTextColor|ISurface|DrawPrintText}}
=void '''DrawSetTextPos'''(int x, int y)=
=void [[ISurface]]::'''DrawSetTextPos'''(int x, int y)=
Use this with other functions to set how to draw text.
Use this with other functions to set how to draw text.
[[Category:ISurface]]
[[Category:ISurface]]

Revision as of 19:33, 28 June 2006


void ISurface::DrawSetTextPos(int x, int y)

Use this with other functions to set how to draw text.