Java android.text.style TypefaceSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style TypefaceSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style TypefaceSpan.

The text is from its open source code.

Constructor

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.