Closed silverslade closed 8 years ago
Before loading the glk system, this patch will load a custom font getting the name from the config file i.e.
[CUSTOM] CustomFont=xxx.ttf
the "xxx.ttf" font file will be loaded (and used) from the system. At the next system reboot, the added font will be deleted.
I've implemented this somewhat differently from your patch: I've put it in the existing config file reading code, as a new option "FontFile": see commit 0b113d4.
Before loading the glk system, this patch will load a custom font getting the name from the config file i.e.
[CUSTOM] CustomFont=xxx.ttf
the "xxx.ttf" font file will be loaded (and used) from the system. At the next system reboot, the added font will be deleted.