I'm developing an app to teach Japanese. The problem is, the default font the system uses is using the Chinese variants of the characters, not the Japanese variants. For example, 漢 looks slightly different in Chinese fonts than in Japanese fonts even though it's the same Unicode codepoint. How can I specify that my app should use a Japanese font and not a Chinese one?
Asked
Active
Viewed 523 times
4
-
Duplicate: https://stackoverflow.com/questions/7503133/japanese-characters-looking-like-chinese-on-android – Seva Alekseyev Jul 16 '17 at 22:55
1 Answers
1
In case you don't find a better solution you might just use your own .ttf or .otf files, place them in /assets/fonts and load them using createFromAsset()

mibollma
- 14,959
- 6
- 52
- 69