DrawSetTextFont: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{navbar-first|ISurface|DrawSetTextColor}} | {{navbar-first|ISurface|DrawSetTextColor}} | ||
void [[ISurface]]::'''DrawSetTextFont'''([[HFont]] font) | |||
Use this | Use this with other functions to set how to draw text. This should be used with a [[HFont|font handle]] that has been created with [[CreateFont]] and its successors. | ||
[[Category:ISurface]] | [[Category:ISurface]] |
Latest revision as of 19:58, 30 August 2011
Return to ISurface | DrawSetTextColor → |
void ISurface::DrawSetTextFont(HFont font)
Use this with other functions to set how to draw text. This should be used with a font handle that has been created with CreateFont and its successors.