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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -