Uses of Class
javafx.scene.text.FontPosture
-
Packages that use FontPosture 软件包 描述 javafx.css.converter 提供各种转换CSS解析值的StyleConverter
类。javafx.scene.text 为字体和可渲染的文本节点提供一组类。 -
-
Uses of FontPosture in javafx.css.converter
Methods in javafx.css.converter that return FontPosture Modifier and Type 方法 描述 FontPosture
FontConverter.FontStyleConverter. convert(ParsedValue<String,FontPosture> value, Font font)
Method parameters in javafx.css.converter with type arguments of type FontPosture Modifier and Type 方法 描述 FontPosture
FontConverter.FontStyleConverter. convert(ParsedValue<String,FontPosture> value, Font font)
-
Uses of FontPosture in javafx.scene.text
Methods in javafx.scene.text that return FontPosture Modifier and Type 方法 描述 static FontPosture
FontPosture. findByName(String name)
以其名称返回FontPosture
。static FontPosture
FontPosture. valueOf(String name)
以指定的名称返回此类型的枚举常量。static FontPosture[]
FontPosture. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.text with parameters of type FontPosture Modifier and Type 方法 描述 static Font
Font. font(String family, FontPosture posture, double size)
根据字体系列名称和姿势样式,搜索适合的字体。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.
-