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