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

Added version check for fallback field of the font struct #111

Closed Maldus512 closed 7 months ago

Maldus512 commented 7 months ago

The fallback field of the lv_font_t struct was added in LVGL v8.2.0, thus a version check is required to generate fonts compatibile with previous versions.

kisvegabor commented 7 months ago

That's true, thank you for the fix!

kisvegabor commented 7 months ago

I've updated the online converter too.