FontStyle
@Js
@Serializable { simple=true }
const class FontStyle : Enum
Font style property values: normal, italic, oblique
Return the FontStyle instance for the specified name
List of FontStyle values indexed by ordinal
Is this the normal value
static new fromStr(Str name, Bool checked)
Return the FontStyle instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
Bool isNormal()
Is this the normal value
const static FontStyle : italic
const static FontStyle : normal
const static FontStyle : oblique
const static FontStyle[] : vals
List of FontStyle values indexed by ordinal