lvgl / lv_font_conv

Converts TTF/WOFF fonts to compact bitmap format
https://lvgl.io/tools/fontconverter
MIT License
187 stars 79 forks source link

feat(glyph): add --byte-align option #127

Closed kisvegabor closed 1 week ago

kisvegabor commented 3 weeks ago

Adding a --byte-align option to pad the bitmap lines to a whole byte. It's required for GPUs acceleration. See https://github.com/lvgl/lvgl/issues/7026