XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
68 stars 15 forks source link

fix(font): avoid using varaible length array #29

Closed XuNeo closed 8 months ago

XuNeo commented 8 months ago

Fix #9

Use max 16byte for named weight string instead of variable lenght array.