HFont: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Font handle used to initialize and draw with. | Font handle used to initialize and draw with. | ||
==See Also== | ==See Also== | ||
* [[AddCustomFontFile]] | |||
* [[CreateFont]] | |||
* [[DrawPrintText]] | |||
* [[DrawSetTextColor]] | |||
* [[DrawSetTextFont]] | * [[DrawSetTextFont]] | ||
* [[DrawSetTextPos]] | * [[DrawSetTextPos]] | ||
* [[DrawUnicodeChar]] | * [[DrawUnicodeChar]] | ||
* [[EFontFlags]] | * [[EFontFlags]] | ||
* [[GetCharABCwide]] | * [[GetCharABCwide]] | ||
* [[GetCharacterWidth]] | * [[GetCharacterWidth]] | ||
* [[GetFont]] | |||
* [[GetFontAscent]] | |||
* [[GetFontTall]] | |||
* [[GetTextSize]] | * [[GetTextSize]] | ||
* [[IsFontAdditive]] | |||
* [[SetFontGlyphSet]] | |||
[[Category:ISurface]] | [[Category:ISurface]] |
Revision as of 20:37, 9 May 2006
Font handle used to initialize and draw with.