This repo contains a bash script which converts the awesome int10h.org bitmap font collection into a library of C structs which can be directly used in embedded projects.
Either pull individual .c
and .h
files into your project as needed,
or run make
to build all of the fonts as libint10h_fonts.a
.
The bash script is licensed under MIT.
The font files from int10h.org are licensed
under CC BY-SA 4.0,
so all of the generated .c
and .h
files are as well.