Font
Interface
Common
interface Font
The interface of the font resource.
Properties
Common
val weight: FontWeight
The weight of the font. The system uses this to match a font to a font request that is given
in a androidx.compose.ui.text.SpanStyle
.
Common
val style: FontStyle
The style of the font, normal or italic. The system uses this to match a font to a font
request that is given in a androidx.compose.ui.text.SpanStyle
.
Common
val loadingStrategy: FontLoadingStrategy
Loading strategy for this font.