28 internal::_Font* value;
67 FGAPI internal::_Font*
get()
const;
Definition: CPUCopy.hpp:13
FGAPI void loadSystemFont(const char *const pName, int pFontSize)
Load a system font based on the name.
#define FGAPI
Definition: defines.h:32
FGAPI void loadFont(const char *const pFile, int pFontSize)
Load a given font file.
FGAPI ~Font()
Font Destructor.
FGAPI Font()
Creates Font object.
Font object is essentially a resource handler for the specific font you want to use.
Definition: font.h:26