Interface

Font

The interface of the font resource.

Source set: Common
interface Font

The interface of the font resource.

Properties

weight

Source set: 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.

style

Source set: 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.

loadingStrategy

Source set: Common
val loadingStrategy: FontLoadingStrategy

Loading strategy for this font.

Last updated: