would it be possible to add characters after the fact?
something like:
lv_font_add_char(font, char, bytearray)? or lv_font_add_chars(font, chars, bytearray)
this would also be handy for MicroPython, where users probably play with more than one program.
PS. I created a feature request for it, see https://forum.lvgl.io/t/add-characters-to-a-font-on-the-fly/6542