Class

FontWeight

Weight of a font.

Source set: Android
public value class FontWeight
private constructor(
    /** numerical value for the weight (a number from 0 to 1000) */
    public val value: Int
)

Weight of a font.

Companion Object

Properties

Source set: Android
public val Normal: FontWeight
Source set: Android
public val Medium: FontWeight
Source set: Android
public val Bold: FontWeight

Last updated: