|
Forge
|
Font object is essentially a resource handler for the specific font you want to use. More...
#include <font.h>
Public Member Functions | |
| FGAPI | Font () |
| Creates Font object. More... | |
| FGAPI | Font (const Font &other) |
| Copy constructor for Font. More... | |
| FGAPI | ~Font () |
| Font Destructor. More... | |
| FGAPI void | loadFontFile (const char *const pFile) |
| Load a given font file. More... | |
| FGAPI void | loadSystemFont (const char *const pName) |
| Load a system font based on the name. More... | |
| FGAPI fg_font | get () const |
| Get handle for internal implementation of Font object. More... | |
Font object is essentially a resource handler for the specific font you want to use.
| FGAPI void loadFontFile | ( | const char *const | pFile | ) |
Load a given font file.
| [in] | pFile | True Type Font file path |
| FGAPI void loadSystemFont | ( | const char *const | pName | ) |
Load a system font based on the name.
| [in] | pName | True Type Font name |