I have developed an app which runs well on samsung tab, but the google translated kannada words are not rendered on micromax phone. What to do? Can't I embed the font itself in the app using typeface? Or should I root the device and install the system fonts explicitly?
Edit 1: Could anyone suggest a good kannada font that has been good?
If your app require special fonts, then embed it in your add and set later on using
setTypeface()
.