BASIC8
Otillräckligt med betyg
Advanced custom font tool
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
25.616 KB
6 jul, 2018 @ 14:36
1 ändringsnotis ( visa )

Abonnera för att ladda ner
Advanced custom font tool

Beskrivning
A tool to easily create custom proportional fonts with ligatures.
It comes with two built-in fonts.

I initially made this tool simply to create a font that is smaller than the large default font of the TEXT statement. However, shortly before I finished this tool, the developer updated BASIC8 with a new FONT statement that already provides this feature. Therefore I decided to add support for proportional fonts and ligatures, so that this tool may still offer something extra. The program is similar to the HowTo 5x5 proportional font example program, but makes it easier to create and use new fonts.

To use the provided fonts in your own program, navigate to Documents/BASIC8/Advanced custom font tool/content and copy the files CustomFonts.bas, smallFont.bas, smallFont.quantized, tinyFont.bas and tinyFont.quantized to the content folder of your own disk. The CustomFonts.bas file contains instructions for creating your own font.