FontWeight

enum FontWeight : Enum<Font.FontWeight>

Enum class for representing all available font weights for the Font class.

See also

javafx.scene.text.Font

Entries

Link copied to clipboard

Light font weight.

Link copied to clipboard

Normal font weight.

Link copied to clipboard

Font style weight is bolder than NORMAL but not as bold as BOLD.

Link copied to clipboard

Bold font weight.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int