lvgl / lv_utils

Convert images or system fonts to C arrays. Written for LVGL embedded GUI library
https://littlevgl.com
54 stars 38 forks source link

bbx shifting and ascii flag #13

Closed BrianPugh closed 5 years ago

BrianPugh commented 5 years ago

Previously I wasn't shifting glyphs by the specified bbx parameter. This also enforces a constant glyph height. This makes the tool compatible with a lot more fonts for converting.

I also added a flag --ascii to only convert symbols below 127.

kisvegabor commented 5 years ago

Hi,

Thank you for the updates! Please let me know when it's ready to merge!

BrianPugh commented 5 years ago

Should be good to merge