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
Post a Comment