-
public final class BannerFont
-
-
Constructor Summary
Constructors Constructor Description BannerFont(Context context, Typeface fontFamily, Float sizeInSp)BannerFont(Typeface regularFont, Typeface boldFont, Float sizeInSp)
-
Method Summary
Modifier and Type Method Description final TypefacegetRegularFont()final TypefacegetBoldFont()final FloatgetSizeInSp()-
-
Method Detail
-
getRegularFont
final Typeface getRegularFont()
-
getBoldFont
final Typeface getBoldFont()
-
getSizeInSp
final Float getSizeInSp()
-
-
-
-