Font caching : default font not displaying certain characters size correctly
Hi,
In this image (taken from the touchgfx documentation)
Can the 'font2' and the font in the cache (fontcache) be different? I'm asking cuz when I'm using a chinese font, I'd like to still be able to draw standard ascii chars from the default font (verdana) located in flash. I started doubting it could be done this way when I saw that some chars aren't drawn properly (curiously only chars like p,q,g):
See the 'g' that's missing the bottom part?
Thanks in advance for your answer, and if it's the case, then what's the proper way to do what I want to do?