AddCustomFontFile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
=bool '''AddCustomFontFile'''(const char *fontFileName)=
=bool '''AddCustomFontFile'''(const char *fontFileName)=
Use this function before [[SetFontGlyphSet]] and after [[CreateFont]].
Use this function before [[SetFontGlyphSet]] and after [[CreateFont]].
[[Category:ISurface]]

Revision as of 20:21, 9 May 2006


bool AddCustomFontFile(const char *fontFileName)

Use this function before SetFontGlyphSet and after CreateFont.