Skip to content

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!

License

Notifications You must be signed in to change notification settings

CixoDevelop/BDF2CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDF to CSV and CSV to C Array

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!

How to make C array from BDF file

pip install bdflib
python bdf2csv.py font.bdf > font.csv
python csv2cpp.py font.csv > font.c

About

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages