Hye,
To save memory, is it better to have only one custom font with all letters or have a ressource folder by language ?
Do you have some. Other tips to save memory ?
There are some good memory tips in this thread: https://forums.garmin.com/developer/connect-iq/f/discussion/6000/preserving-memory-in-monkey-c/39909#39909
One thing I've found useful recently to save memory with fonts is if you are handling characters with diacritics (like accent, cedilla, etc) then don't have your font include every character with the different diacritics you require. Instead just have all the base letters from A-Z and then a single character for each diacritic with no attached letter. Then when you need to draw a letter with a diacritic you draw the base letter followed by the diacritic on top in a separate pass.
Hum I have an other problem, I put a custom font with cyrillic in Resources-rus but it doesn't seem to work doing that ...Did I miss something for this?
Tjanks for the lonk, I've already seen it and tried to apply the advices.