LOAD FONT

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
LOAD FONT file$
FONT LOAD file$ AS [#]nbr

Description:
On the CMM2:
LOAD FONT file$
Load the font contained in 'file$' on the SD card and install it as font #8. 
You can repeat the command in which case the previously loaded font is replaced.
See the section Basic Graphics in this manual. 
You can convert font files designed for the original Colour Maximite using FontTweak from: https://www.c-com.com.au/MMedit.htm

CMM V1 uses 
FONT LOAD file$ AS [#]nbr
Loads the font contained in 'file$' and install it as font 'nbr' which can be any number between 3 and 10. 
The # symbol is optional. Appendix E describes the format of the font file.
FONT UNLOAD [#]nbr
Removes font 'nbr' and frees the memory used. The # symbol is optional. You cannot unload the built-in fonts.

 

Last edited: 29 September, 2020