This is converters from bdf to csv, and from csv to C array. You can use it to generate C arrays of fonts, to use in Your embedded projects!
pip install bdflib
python bdf2csv.py font.bdf > font.csv
python csv2cpp.py font.csv > font.c
This is converters from bdf to csv, and from csv to C array. You can use it to generate C arrays of fonts, to use in Your embedded projects!
PythonMIT