I am creating an application with Hindi
language. I do not set hindi font(By using the TextView.setTypeface()
method) in TextView as well as WebView
but its working fine. I have only two devices to test my application.
So my questions are:
- Is it necessary to set font in
TextView
to support over all devices or it will woking fine without setting font? - How to set hindi font in WebView(If not supported over all devices)?
Its vendor specific how the device is been built for different languages. But one thing can be guarantied that most of the devices will support because they have to survive in the market.
If ur using typeface then that typeface should be available in that device. look at this issue link