unicode - Android: How to use Japanese Unihan glyphs? -


i'm developing app teach japanese. problem is, default font system uses using chinese variants of characters, not japanese variants. example, 漢 looks different in chinese fonts in japanese fonts though it's same unicode codepoint. how can specify app should use japanese font , not chinese one?

in case don't find better solution might use own .ttf or .otf files, place them in /assets/fonts , load them using createfromasset()


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -