CFont enum

Inheritance
Available extensions

Values

tss16 → const CFont
tss20 → const CFont
tss20max1 → const CFont
tss24 → const CFont
tss28 → const CFont
tss32 → const CFont
tss24max1 → const CFont
tss28max1 → const CFont
tss32max1 → const CFont
tss24max2 → const CFont
tss28max2 → const CFont
tss32max2 → const CFont

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEx() int

Available on CFont, provided by the FontExt extension

getEy() int

Available on CFont, provided by the FontExt extension

getFamily() int

Available on CFont, provided by the FontExt extension

getHeight() int

Available on CFont, provided by the FontExt extension

getSize() int

Available on CFont, provided by the FontExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CFont>
A constant List of the values in this enum, in order of their declaration.