FontStyle

value class FontStyle


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

Summary

Public companion functions

List<FontStyle>

Returns a list of possible values of FontStyle.

Public companion properties

FontStyle

Use glyphs designed for slanting

FontStyle

Use the upright glyphs

Public functions

open String

Public companion functions

values

Added in 1.0.0
fun values(): List<FontStyle>

Returns a list of possible values of FontStyle.

Public companion properties

Italic

Added in 1.0.0
val ItalicFontStyle

Use glyphs designed for slanting

Normal

Added in 1.0.0
val NormalFontStyle

Use the upright glyphs

Public functions

toString

open fun toString(): String