FontWeight

Class

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

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