I know how to change text attributes and color for a TextView
, but is it possible to have multiple Typefaces
in the same TextView
?
For instance, can I use both Droid Sans and Droid Mono in the same TextView
at the same time?
If so, how?
I know how to change text attributes and color for a TextView
, but is it possible to have multiple Typefaces
in the same TextView
?
For instance, can I use both Droid Sans and Droid Mono in the same TextView
at the same time?
If so, how?
Actually it looks like you can do it with the help of a Spannable: