top | item 37629855

(no title)

aravindet | 2 years ago

Nice! I'd built something similar to make fonts for the Adafruit GFX library. http://aravind.rs/fruitfont/

Its export format is C code that defines GFXGlyph and GFXFont structs.

Doesn't work well on mobile and multiple size/style variants doesn't work yet. This was mostly the result of yak shaving after I set out to make a watch face for my SQFMI Watchy.

discuss

order

newtrino|2 years ago

This is really neat, thanks for sharing! To my recollection, I did actually come across GFXFont during my investigations on how to handle font exports, but I wasn't aware of the existence of any online tools which exported to that format.