I wanted to write kannada alphabet/word on top of the button instead of english. I have stored an kgp_kbd.ttf in my assets folder. I am getting an white boxes on top of buttons.
Asked
Active
Viewed 259 times
2 Answers
0
You cannot do that if your device does not have support for that font built in. Even if you give TypeFace
the support for those fonts is needed, else it will show boxes like that. You can put those fonts in system's fonts directory if your device is rooted.

Rajkiran
- 15,845
- 24
- 74
- 114
-
where can i give this TypeFace in the sense in .xml file or .java class – Rithesh M Mar 28 '12 at 06:36
-
You can refer this [link](http://stackoverflow.com/questions/2973270/using-a-custom-typeface-in-android) – Rajkiran Mar 28 '12 at 07:02