CreateFont: Difference between revisions
Jump to navigation
Jump to search
m (added class) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{navbar-first|ISurface|AddCustomFontFile}} | {{navbar-first|ISurface|AddCustomFontFile}} | ||
=[[HFont]] ISurface::'''CreateFont'''()= | =[[HFont]] [[ISurface]]::'''CreateFont'''()= | ||
Use this function before [[AddCustomFontFile]] to allocate an [[HFont]]. If there is a pointer to an [[IScheme]], use [[GetFont]] to retrieve a font from the scheme. | Use this function before [[AddCustomFontFile]] to allocate an [[HFont]]. If there is a pointer to an [[IScheme]], use [[GetFont]] to retrieve a font from the scheme. | ||
[[Category:ISurface]] | [[Category:ISurface]] |
Latest revision as of 19:32, 28 June 2006
Return to ISurface | AddCustomFontFile → |
HFont ISurface::CreateFont()
Use this function before AddCustomFontFile to allocate an HFont. If there is a pointer to an IScheme, use GetFont to retrieve a font from the scheme.