vg4->font->path()
Set path to user-created fonts.
SYNTAX
void
vg4->font->path(const char *fontpath)
FUNCTION PARAMETERS
fontpath | Path to user-created fonts, or NULL = clear it |
DESCRIPTION
Set path to user-created fonts.
If set, vg4->font->load() will respect this path to load a font.
If not found, it will use the font path of VgaGames.
SEE ALSO