Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How might I use the "Comic Sans" font for Android's TextView?

Tags:

android

How might I use the "Comic Sans" font for Android's TextView?

like image 420
nirav Avatar asked Nov 13 '22 23:11

nirav


1 Answers

You should try TypeFace and one of its method Typeface.createFromAsset(). I think Only TTF type is supported. Visit this link for tutorial...

like image 97
parth chandarana Avatar answered Mar 06 '23 19:03

parth chandarana