Class

FontStyle

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

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

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

Companion Object

Properties

Source set: Android
public val Normal: FontStyle

Use the upright glyphs

Source set: Android
public val Italic: FontStyle

Use glyphs designed for slanting

Methods

Source set: Android
public fun values(): List<FontStyle>

Returns a list of possible values of FontStyle.

Last updated: