enum class graphics::FontStyle

sys::Obj
  sys::Enum
    graphics::FontStyle

@Js
@Serializable { simple=true }

Source

Font style property values: normal, italic, oblique

fromStr

static new fromStr(Str name, Bool checked := true)

Source

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()

Source

Is this the normal value

italic

const static FontStyle italic := ...

Source

normal

const static FontStyle normal := ...

Source

oblique

const static FontStyle oblique := ...

Source

vals

const static FontStyle[] vals := ...

Source

List of FontStyle values indexed by ordinal