@RestrictTo(value = LIBRARY) public class Font
private final String
family
name
style
private Typeface
typeface
Font(String family, String name, String style, float ascent)
String
getFamily()
getName()
getStyle()
Typeface
getTypeface()
void
setTypeface(@Nullable() Typeface typeface)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
String getFamily()
String getName()
String getStyle()
@Nullable() Typeface getTypeface()
void setTypeface(@Nullable() Typeface typeface)