Convert BDF bitmap fonts to flf fonts for figlet
git clone https://github.com/m-col/bdf2flf
Files | Refs | Readme

DateCommit messageAuthor
2020-10-27 14:54add readmemcol
2020-10-27 14:53ignore flf files in working directorymcol
2020-10-27 14:18Don't get stuck looking for required characters if they are't theremcol
2020-10-27 14:07malloc enough bytes for all bdf font sizesmcol
2020-10-27 13:20Add main chunk of codemcol
2020-10-25 20:17error and exit if data could not be read correctlymcol
2020-10-25 20:06read and output metadatamcol
2020-10-25 18:57git ignore the compiled binarymcol
2020-10-25 18:57add basic start to main codemcol
2020-10-25 17:56init: add basic makefilemcol