2021-01-04 02:53 AM
Hello!
I have a typography, which contains this set of symbols "0-9,A-z,�?-�?,0x20-0x7F,0x401,0x451"
But I want to use China and Japan languages.
In TouchGFXDesigner all OK
But in application - "????"
How to fix?
Solved! Go to Solution.
2021-01-05 04:47 AM
Hi,
Can you try to add another text area where you just display the chinese text ? I tested on my side and was able to display without any issue with your font with the simulator and on a board I have. I put the text i wanted to display (我喜欢包�?) directly in the "Ressources" tab and did not have to put anything in the wildcard range. I believe the issue might come more from your code and what you are trying to display.
/Romain
2021-01-05 04:57 AM
Hmm... I choose resourse instead wildcard and all works good