- addCustomStyle(Class<? extends TextView>, int) - Method in class io.github.inflationx.calligraphy3.CalligraphyConfig.Builder
-
Add a custom style to get looked up.
- addCustomViewWithSetTypeface(Class<?>) - Method in class io.github.inflationx.calligraphy3.CalligraphyConfig.Builder
-
Register custom non-TextView's which implement setTypeface so they can have the Typeface applied during inflation.
- ANDROID_ATTR_TEXT_APPEARANCE - Static variable in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
- applyFontToTextView(TextView, Typeface) - Static method in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
Applies a Typeface to a TextView.
- applyFontToTextView(TextView, Typeface, boolean) - Static method in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
Applies a Typeface to a TextView, if deferred,its recommend you don't call this multiple
times, as this adds a TextWatcher.
- applyFontToTextView(Context, TextView, String) - Static method in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
Useful for manually fonts to a TextView.
- applyFontToTextView(Context, TextView, CalligraphyConfig, String) - Static method in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
Applies font to TextView.
- applyTypefaceSpan(CharSequence, Typeface) - Static method in class io.github.inflationx.calligraphy3.CalligraphyUtils
-
Applies a custom typeface span to the text.