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

Single char edit #7

Closed AntonioFromBrazil closed 5 years ago

AntonioFromBrazil commented 5 years ago

Hello tchap, congratulations for your excellent job. As a suggestion I wonder if there is a single character edit function, with a large screen and large pixels... Do you think it would be usefull ?

tchapi commented 5 years ago

Hi There is no such feature at the moment, but if you think this would be useful, I'm accepting a PR for that ;)

I have not much time at the moment to dive into this personally. You could just make a few CSS changes to make the "pixels" bigger on the page though, this should work. Best regards

AntonioFromBrazil commented 5 years ago

Good ideia. I will try. Thanks a lot !

AntonioFromBrazil commented 5 years ago

Good ideia. I will try. Thanks a lot !

AntonioFromBrazil commented 5 years ago

tchapi, your idea was ALMOST successfull... Changing CSS table tr height: to e.g 30px; and table width: to e.g 30px; we increased the pixel size accordinly. But it insist on have two table colluns (not one as desired) and I could not find a way to enable the browser horizontal scroll bar .... Could you please give me some help on that issues ? Thanks a lot

tchapi commented 5 years ago

I'm not really sure I understand your point. The CSS works as expected for the table "pixels"; if you want to have less characters per line, though, you can change the column split (we use semantic-ui) by changing that lines https://github.com/tchapi/Adafruit-GFX-Font-Customiser/blob/master/index.html#L301

Instead of two, change it to four or six, to have less characters per line

Is that what you wanted to achieve ?

AntonioFromBrazil commented 5 years ago

Great ! Thanks so much. The page is working now as I desired.

tchapi commented 5 years ago

👍