How to correctly display the telugu font in the emulator

I am developing an application in which I get unicode using json and it shows that unicode is correct when I try to see in debug mode. Now the problem is that, as I can show in the emulator, I use UTF-8 to render unicode, but it didn’t show up?

And when I try to show when using setTypeface, it will show the Telugu font in a simple program, but not correctly. I use Pothana2000.ttf to convert telugu unicus to Telugu.

+5
source share
1 answer

Hey, I think the Telgu font is not predefined for the emulator as well as for the device. Therefore, you must add custom. To install the font, see This and this.

+4
source