Skip to content

thelevelofdetail/Adafruit-GFX-Font-Customiser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adafruit GFX Pixel font customiser

This is a handy utility that goes well with the original 'fontconvert' tool provided by Adafruit for converting TTF fonts to Adafruit_GFX .h format.

Just paste the content of a .h font file, extract the glyphs, and you can edit them one by one by flipping the individual pixels for each glyphs.

You can then process and create the improved file.

This is useful since the fontconvert utility does not always create all the characters correctly (a missing pixel here and there). It works best for small size fonts (< 12pt).

Contributors

Chris Marrin — added baseline, advance and offset support.

License

MIT. See licence file.

About

A little utility to customise pixel fonts for the Adafruit GFX library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.5%
  • HTML 33.5%