FontWeight

Class

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

Weight of a font.

Companion Object

Properties

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