Uses of Enum Class
javafx.scene.text.FontWeight
Packages that use FontWeight
Package
Description
Provides various
StyleConverter classes
that convert CSS parsed values.Provides the set of classes for fonts and renderable Text Node.
-
Uses of FontWeight in javafx.css.converter
Subclasses with type arguments of type FontWeight in javafx.css.converterModifier and TypeClassDescriptionstatic final classConverter to convert aStringvalue to aFontWeightobject. -
Uses of FontWeight in javafx.scene.text
Subclasses with type arguments of type FontWeight in javafx.scene.textModifier and TypeClassDescriptionenumSpecifies different font weights which can be used when searching for a font on the system.Methods in javafx.scene.text that return FontWeightModifier and TypeMethodDescriptionstatic FontWeightFontWeight.findByName(String name) ReturnsFontWeightby its name.static FontWeightFontWeight.findByWeight(int weight) Returns the closestFontWeightfor a weight value as defined by the CSS and OpenType specifications.static FontWeightReturns the enum constant of this class with the specified name.static FontWeight[]FontWeight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.scene.text with parameters of type FontWeightModifier and TypeMethodDescriptionstatic FontFont.font(String family, FontWeight weight, double size) Searches for an appropriate font based on the font family name and weight style.static FontFont.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.