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

isLastCharacter per index vs cnt #24

Closed mestrode closed 3 years ago

mestrode commented 3 years ago

please verify @tchapi Are there reasons, why this solution is maybe not valid? May the old, now commented line should be removed?

tchapi commented 3 years ago

In fact it's a bit harder than that, since we need to also take into account the range we want to export. I went another route (see https://github.com/tchapi/Adafruit-GFX-Font-Customiser/commit/63f3b66948ccd7f238488f8ddb449b5dc1efac8f) and I think it works in all cases