Android : How to Support hindi font in API 10

on Wednesday, January 28, 2015


After a lot of research on Google, don't get any result. actually I'm new to android and i want to develop a app in Hindi font and minimum API is 10. i try some code like.



Typeface hindi = Typeface.createFromAsset(getAssets(),"font/mangal.ttf");

name.setTypeface(hindi);


But it not support full hindi. Please reply on my question


0 comments:

Post a Comment