My version of BDF fonts convertor to C includes, which can be used to
embed fonts into the executable.
Usage:
./bdf2c -c
Print #defines for font files to stdout.
./bdf2c -C font.h
Create font.h, which contains #defines for fonts.
Converts bdf font files into C include files. The Bitmap Distribution Format (BDF) is a file format for storing bitmap fonts. The content is presented as a text file that is intended to be human and computer readable.