Uses of Enum
javafx.scene.text.FontWeight
Packages that use FontWeight
-
Uses of FontWeight in javafx.scene.text
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.Font.getWeight()static FontWeightReturns 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.Methods in javafx.scene.text with parameters of type FontWeightModifier and TypeMethodDescriptionstatic FontFont.font(String family, FontWeight weight, double size) static FontFont.font(String family, FontWeight weight, FontPosture posture, double size) Constructors in javafx.scene.text with parameters of type FontWeightModifierConstructorDescriptionFont(String name, String family, FontWeight weight, FontPosture posture, double size) Font(String family, FontWeight weight, FontPosture posture, double size)