AddCustomFontFile: Difference between revisions
Jump to navigation
Jump to search
(it's) |
m (added class) |
||
Line 1: | Line 1: | ||
{{navbar|CreateFont|ISurface|SetFontGlyphSet}} | {{navbar|CreateFont|ISurface|SetFontGlyphSet}} | ||
=bool '''AddCustomFontFile'''(const char *fontFileName)= | =bool ISurface::'''AddCustomFontFile'''(const char *fontFileName)= | ||
Use this function before [[SetFontGlyphSet]] and after [[CreateFont]] if the desired font is not a standard system font. | Use this function before [[SetFontGlyphSet]] and after [[CreateFont]] if the desired font is not a standard system font. | ||
[[Category:ISurface]] | [[Category:ISurface]] |
Revision as of 19:31, 28 June 2006
bool ISurface::AddCustomFontFile(const char *fontFileName)
Use this function before SetFontGlyphSet and after CreateFont if the desired font is not a standard system font.