Example usage for Java android.text.style TypefaceSpan fields, constructors, methods, implement or subclass
The text is from its open source code.
TypefaceSpan(@Nullable String family) Constructs a TypefaceSpan based on the font family. | |
TypefaceSpan(@NonNull Typeface typeface) Constructs a TypefaceSpan from a Typeface . | |
TypefaceSpan(@NonNull Parcel src) Constructs a TypefaceSpan from a parcel. |