Enum Class FontWeight

java.lang.Object
java.lang.Enum<FontWeight>
javafx.scene.text.FontWeight
All Implemented Interfaces:
Serializable, Comparable<FontWeight>, Constable

public enum FontWeight extends Enum<FontWeight>
Specifies different font weights which can be used when searching for a font on the system. The names correspond to pre-defined weights in the OS/2 table of the OpenType font specification. The CSS 3 specification references the same as a sequence of values.
Since:
JavaFX 2.0