TrueType font to GFX font
Convert a TrueType font to Adafruit's GFXFont format. Select the TrueType font file, the size of resulting GFXFont and the set of characters to be included.
Propose feature, report bug, read code source, ...
The code source of this application is available on https://gitlab.com/avernois/ttf2gfx. There is also a command line interface with slightly different feature you can use on your own computer.
To propose feature or report a bug submit an issue in the code repository. Please be nice :) If you don't have a gitlab account and don't want to create one, you can contact me directly via this contact page.
Why a new tool?
There are already great tools to convert TTF to GFX like https://rop.nl/truetype2gfx/ or http://oleddisplay.squix.ch/. But they only generate 7 bits ascii fonts, I'm french and like our accented letters so I needed fonts with more characters. Also the '°' character is missing in 7 bits font sets. So here we are.