Uses of Enum
javafx.scene.text.FontPosture
-
Uses of FontPosture in javafx.scene.text
Modifier and TypeMethodDescriptionstatic FontPosture
FontPosture.findByName
(String name) ReturnsFontPosture
by its name.Font.getPosture()
static FontPosture
Returns the enum constant of this type with the specified name.static FontPosture[]
FontPosture.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, FontPosture posture, 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)