Uses of Enum Class
javafx.scene.text.FontPosture
Package
Description
Provides various
StyleConverter
classes
that convert CSS parsed values.Provides the set of classes for fonts and renderable Text Node.
-
Uses of FontPosture in javafx.css.converter
Modifier and TypeClassDescriptionstatic final class
Converter to convert aString
value to aFontPosture
object. -
Uses of FontPosture in javafx.scene.text
Modifier and TypeMethodDescriptionstatic FontPosture
FontPosture.findByName
(String name) ReturnsFontPosture
by its name.static FontPosture
Returns the enum constant of this class with the specified name.static FontPosture[]
FontPosture.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Font
Font.font
(String family, FontPosture posture, double size) Searches for an appropriate font based on the font family name and posture style.static Font
Font.font
(String family, FontWeight weight, FontPosture posture, double size) Searches for an appropriate font based on the font family name and weight and posture style.