-
public final class TextStyle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextStyle.Builder
-
Constructor Summary
Constructors Constructor Description TextStyle()
-
Method Summary
Modifier and Type Method Description final IntegergetFontResource()final UnitsetFontResource(Integer fontResource)final StringgetFontAssetsPath()final UnitsetFontAssetsPath(String fontAssetsPath)final IntegergetStyle()final UnitsetStyle(Integer style)final IntegergetSize()final UnitsetSize(Integer size)final IntegergetColor()final UnitsetColor(Integer color)final IntegergetHintColor()final UnitsetHintColor(Integer hintColor)final TypefacegetFont()final Unitapply(TextView textView)final BooleanhasFont()-
-
Method Detail
-
getFontResource
final Integer getFontResource()
-
setFontResource
final Unit setFontResource(Integer fontResource)
-
getFontAssetsPath
final String getFontAssetsPath()
-
setFontAssetsPath
final Unit setFontAssetsPath(String fontAssetsPath)
-
getHintColor
final Integer getHintColor()
-
setHintColor
final Unit setHintColor(Integer hintColor)
-
-
-
-