I have a textView that can display a Text in any languages ( End-users input the text).
I am wondering that what font I should use?
In this article: http://www.google.com/design/spec/style/typography.html#typography-roboto-noto
Google says:
To support all languages worldwide, Google recommends using Roboto for languages that use the Latin, Greek, and Cyrillic scripts and Noto for all other languages.
If I understand it correctly. There is no single font file (Roboto|Noto) can support all languages.
Anyone know what font I can use? Should default font (Android decides) be a choice?
Thanks!