How might I use the "Comic Sans" font for Android's TextView?
Asked
Active
Viewed 1.1k times
5
-
possible duplicate of [Custom Fonts in Android](http://stackoverflow.com/questions/3203694/custom-fonts-in-android) – Aleadam May 03 '11 at 04:42
-
Also this one: [How to set font custom font to Spinner text programmatically?](http://stackoverflow.com/questions/5483495/how-to-set-font-custom-font-to-spinner-text-programmatically) – Aleadam May 03 '11 at 04:43
-
@Jon http://www.geofffox.com/MT/archives/2006/06/04/death-to-comic-sans.php – Aleadam May 03 '11 at 04:51
2 Answers
1
You should try TypeFace and one of its method Typeface.createFromAsset(). I think Only TTF type is supported. Visit this link for tutorial...

parth chandarana
- 262
- 1
- 7