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 WebViewbut its working fine. I have only two devices to test my application.
So my questions are:
- Is it necessary to set font in
TextViewto 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)?