FontStyle
Class
Android
public value class FontStyle private constructor(private val style: Int)
Describes the style of the font: Normal`` or
Italic`.
Companion Object
Properties
Android
public val Normal: FontStyle
Use the upright glyphs
Android
public val Italic: FontStyle
Use glyphs designed for slanting
Methods
Android
public fun values(): List<FontStyle>
Returns a list of possible values of FontStyle
.