FONT LOAD filename [TO index]
The FONT LOAD
command allows you to load an image and to convert it into
a font.
The command support a set of modern image format, like:
The image will be converted into a way that can be efficiently drawn on the screen using the default characters.
It is also possible to indicate the index from which to start loading the various characters. The index is not the ASCII code but the screen code.
FONT LOAD "digit0.png" TO 48
FntLd
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!