Uses of Enum
javafx.scene.text.FontWeight
-
Uses of FontWeight in javafx.scene.text
Modifier and TypeMethodDescriptionstatic FontWeight
FontWeight.findByName
(String name) ReturnsFontWeight
by its name.static FontWeight
FontWeight.findByWeight
(int weight) Returns the closestFontWeight
for a weight value as defined by the CSS and OpenType specifications.Font.getWeight()
static FontWeight
Returns the enum constant of this type with the specified name.static FontWeight[]
FontWeight.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Font
Font.font
(String family, FontWeight weight, double size) static Font
Font.font
(String family, FontWeight weight, FontPosture posture, double size) ModifierConstructorDescriptionFont
(String name, String family, FontWeight weight, FontPosture posture, double size) Font
(String family, FontWeight weight, FontPosture posture, double size)