FontStyle

sealed abstract class FontStyle(val value: String)

Enumeration for the valid font styles that can be assigned to a font resource, compatible with CSS properties.

Companion
object
class Object
trait Matchable
class Any
object Normal
object Italic

Value members

Concrete fields

val value: String