tsoding / olive.c

Simple 2D Graphics Library for C
https://tsoding.github.io/olive.c/
MIT License
1.86k stars 105 forks source link

tools/font2c.c #25

Open derSicking opened 1 year ago

derSicking commented 1 year ago

I added a simple font2c tool, very much in the style of png2c and obj2c. It uses freetype2 to create bitmaps of the entire ASCII set of glyphs out of a given font file (e.g. a .ttf file).

I also added a test case using the "LibreBaskerville-Regular.ttf" font that was already in the repo.

custom_font_expected

Some thoughts: