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)?