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");
Comments
Post a Comment