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.
Go to file
2009-01-23 11:17:49 +01:00
.gitignore Initial version 1 2009-01-23 11:17:49 +01:00
agpl-3.0.txt Initial version 1 2009-01-23 11:17:49 +01:00
bdf2c.c Initial version 1 2009-01-23 11:17:49 +01:00
Makefile Initial version 1 2009-01-23 11:17:49 +01:00
readme.txt Initial version 1 2009-01-23 11:17:49 +01:00

My version of BDF fonts converter 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.