tchapi / Adafruit-GFX-Font-Customiser

A little utility to customise pixel fonts for the Adafruit GFX library
https://tchapi.github.io/Adafruit-GFX-Font-Customiser/
MIT License
90 stars 47 forks source link

Added new features to font customizer #2

Closed cmarrin closed 6 years ago

cmarrin commented 6 years ago

Here are a bunch of commits I've been making over the past few days to my fork of this project. I've added the ability to decrease as well as increase the number of rows and columns. And I've added the ability to change the x advance and x and y offsets. The glyph is now a single table. The width is xAdvance and the height is yAdvance. I show where the baseline is for each character.

This turns the tool into a pretty complete editor for bitmap fonts.

I wanted to offer all this back to you.

tchapi commented 6 years ago

Fantastic ! 🥇 This makes this tool so much easier and powerful, thanks a lot for that 👍. I'll add your handle to the README in a new "contributors" section

Best