- Index
- »
- graphics
- »
- FontWeight
type
FontWeight
src
@Js
@Serializable { simple=true }
enum class FontWeight : Enum
Font weight property values
enum
constructors
fromStr |
Return the FontWeight instance for the specified name. |
---|
fields
methods
Slot Details
black
src
const static FontWeight black := ...
bold
src
const static FontWeight bold := ...
extraBold
src
const static FontWeight extraBold := ...
extraLight
src
const static FontWeight extraLight := ...
fromNum
src
static FontWeight? fromNum(Int num, Bool checked := true)
From numeric value 100 to 900
fromStr
isNormal
light
src
const static FontWeight light := ...
medium
src
const static FontWeight medium := ...
normal
src
const static FontWeight normal := ...
num
semiBold
src
const static FontWeight semiBold := ...
thin
src
const static FontWeight thin := ...
vals
src
const static FontWeight[] vals := ...
List of FontWeight values indexed by ordinal