-
public final class UCFontTheme
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUCFontTheme.Companion
-
Constructor Summary
Constructors Constructor Description UCFontTheme(Typeface font, Typeface fontBold, UCFontSize sizes)
-
Method Summary
Modifier and Type Method Description final TypefacegetFont()final TypefacegetFontBold()final UCFontSizegetSizes()-
-
Constructor Detail
-
UCFontTheme
UCFontTheme(Typeface font, Typeface fontBold, UCFontSize sizes)
-
-
Method Detail
-
getFontBold
final Typeface getFontBold()
-
getSizes
final UCFontSize getSizes()
-
-
-
-