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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -