get Text Appearance
open fun getTextAppearance(@NonNull context: Context, @NonNull attributes: TypedArray, @StyleableRes index: Int): TextAppearance
Returns a TextAppearanceSpan object from the given attributes.
You only need this if you are drawing text manually. Normally, TextView takes care of this.