Display marathi font (Indian regional language) in android app -


i have been trying show marathi font using link in app. how not working me. gives no error not show font in text view. came know internationalization concept when first tried this.

textview info=(textview)findviewbyid(r.id.textview); typeface face= typeface.createfromasset(this.getassets(), "fonts/fontawesome.otf"); info.settypeface(face);  info.settext("typeface");  

enter image description here


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -