public final class TextAppearanceInfo implements android.os.Parcelable {
ctor public TextAppearanceInfo(@NonNull android.widget.TextView);
method public int describeContents();
method @Nullable public String getFontFamilyName();
method @Nullable public String getFontFeatureSettings();
method @Nullable public String getFontVariationSettings();
method @ColorInt public int getHighlightTextColor();
method @ColorInt public int getHintTextColor();
method public float getLetterSpacing();
method public int getLineBreakStyle();
method public int getLineBreakWordStyle();
method public int getMaxLength();
method @ColorInt public int getLinkTextColor();
method @ColorInt public int getShadowColor();
method @Px public float getShadowDx();
method @Px public float getShadowDy();
method @Px public float getShadowRadius();
method @Nullable public String getSystemFontFamilyName();
method @ColorInt public int getTextColor();
method @ColorInt public int getTextColorHighlight();
method @ColorInt public int getTextColorHint();
method @Nullable public android.content.res.ColorStateList getTextColorLink();
method @IntRange(from=0xffffffff, to=android.graphics.fonts.FontStyle.FONT_WEIGHT_MAX) public int getTextFontWeight();
method @IntRange(from=android.graphics.fonts.FontStyle.FONT_WEIGHT_UNSPECIFIED, to=android.graphics.fonts.FontStyle.FONT_WEIGHT_MAX) public int getTextFontWeight();
method @NonNull public android.os.LocaleList getTextLocales();