-
@Deprecated(message = ThemeAdapter is deprecated. For more migration information, please visit https://google.github.io/accompanist/themeadapter-appcompat/ ) public final class FontFamilyWithWeight
A lightweight class for storing a FontFamily and FontWeight.
-
-
Field Summary
Fields Modifier and Type Field Description private final FontFamilyfontFamilyprivate final FontWeightweight
-
Constructor Summary
Constructors Constructor Description FontFamilyWithWeight(FontFamily fontFamily, FontWeight weight)
-
Method Summary
Modifier and Type Method Description final FontFamilygetFontFamily()final FontWeightgetWeight()-
-
Method Detail
-
getFontFamily
final FontFamily getFontFamily()
-
getWeight
final FontWeight getWeight()
-
-
-
-