Localized Text in Android
I have been undertaking an effort to add languages to my app however I have encountered some issues. My app allows users to add text into a movie clip and then at other points can pinch zoom that movieclip.
1. Using device fonts disappear under rotation for classic text box
2. Embedding fonts doesn't seem to work (and for all Chinese, Korean and Japanese characters may be too much overhead anyway).
3. TLF introduces significant performance issues in the pinch zoom scenario
4. Drawing the text to bitmap has some major quality issues
I am looking for any suggestions on alternate approaches to this.
