FontStyle

Class

Android
value class FontStyle private constructor(private val style: Int)

Describes the style of the font: Normal`` or Italic`.

Companion Object

Properties

Android
val Normal: FontStyle

Use the upright glyphs

Android
val Italic: FontStyle

Use glyphs designed for slanting

Methods

Android
fun values(): List<FontStyle>

Returns a list of possible values of FontStyle.