I am working on a app,which has to display hindi font, but the same is not happening when I try to do that in android 2.2 and below versions. Can anyone help me to solve this problem. Thanks in advance.
Asked
Active
Viewed 1,367 times
0
-
How you are trying to do that? – Gaurav Agarwal May 06 '12 at 13:12
-
@blackcrow I have textviews and trying to use the typeface like this, 'tf = Typeface.createFromAsset(getAssets(), "fonts/DVYG0NTT.TTF");photos_head.setTypeface(tf);photos_head.setText("/*hindi data from xml*/");' – Deep May 08 '12 at 05:53
-
Looks like your code is good. What problem you are facing? – Gaurav Agarwal May 08 '12 at 07:06
1 Answers
1
Try using the fonts at Chetan Gole's Blog post.

Gaurav Agarwal
- 18,754
- 29
- 105
- 166
-
Ya,I am using the same font(droidHindi)from that blog with different name(for my convenience),But I am gettin some memory issue. – Deep May 08 '12 at 09:46
-
Edit you question and add the issues you are facing include all messages in Logcat. – Gaurav Agarwal May 08 '12 at 09:48