BASIC8
Ei tarpeeksi arvosteluja
Advanced custom font tool
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
25.616 KB
6.7.2018 klo 14.36
1 muutos ( näytä )

Tilaa ladataksesi
Advanced custom font tool

Kuvaus
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.