BASIC8
评价数不足
Advanced custom font tool
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
25.616 KB
2018 年 7 月 6 日 下午 2:36
1 项改动说明 ( 查看 )

订阅以下载
Advanced custom font tool

描述
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.