FNTEDIT.EXE
Created by: phil, Last modification: Wed 04 of Aug, 2010 (13:39 UTC)
A small 8x8 pixel (1bpp) font editor for FLOS.
You can create/edit 128 or 256 characters font for your program using a minimum amount of RAM. 128 chars font use only 1KB of ram while 256 chars 2KB (of course!). In the folder "fnted" there is a file named "README.TXT" that explains how use the editor.
Folders "fntex1", "fntex2", "fntex3" contain source code in C how to use the fonts created and the file "source.zip" contain the C source code for fntedit.
ATTENTION! FntEdit and examples are compiled using SDCC framework for Linux.
EDIT: Now export in FLOS format and you can load font using chfnt.exe