You're looking for TextAppearanceSpan
and 'SpannableString'
To be more clear workflow is as follow
- Create SpannableString from your source String
- Create TextAppearanceSpan and set it via call to setSpan method on SpannableString
- Call textView.setText method with SpannableString as argument