Forge
|
Functions | |
FGAPI fg_err | fg_create_font (fg_font *pFont) |
Create a Font object. | |
FGAPI fg_err | fg_retain_font (fg_font *pOut, fg_font pIn) |
Increase reference count of the resource. | |
FGAPI fg_err | fg_release_font (fg_font pFont) |
Destroy font object. | |
FGAPI fg_err | fg_load_font_file (fg_font pFont, const char *const pFileFullPath) |
Load a given font file. | |
FGAPI fg_err | fg_load_system_font (fg_font pFont, const char *const pFontName) |
Load a system font based on the name. | |
Create a Font object.
[out] | pFont | will point to the font object created after this function returns |
Load a given font file.
[in] | pFont | is the font handle |
[in] | pFileFullPath | True Type Font file path |
Load a system font based on the name.
[in] | pFont | is the font handle |
[in] | pFontName | True Type Font name |