Uses of Class
javafx.scene.text.FontSmoothingType
-
Packages that use FontSmoothingType 软件包 描述 javafx.scene.canvas 为canvas提供一组类,即渲染API的立即模式样式。javafx.scene.text 为字体和可渲染的文本节点提供一组类。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。 -
-
Uses of FontSmoothingType in javafx.scene.canvas
Methods in javafx.scene.canvas that return FontSmoothingType Modifier and Type 方法 描述 FontSmoothingType
GraphicsContext. getFontSmoothingType()
获取当前的字体平滑类型。Methods in javafx.scene.canvas with parameters of type FontSmoothingType Modifier and Type 方法 描述 void
GraphicsContext. setFontSmoothingType(FontSmoothingType fontsmoothing)
设置当前的字体平滑类型。 -
Uses of FontSmoothingType in javafx.scene.text
Methods in javafx.scene.text that return FontSmoothingType Modifier and Type 方法 描述 FontSmoothingType
Text. getFontSmoothingType()
获取属性fontSmoothingType的值。static FontSmoothingType
FontSmoothingType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static FontSmoothingType[]
FontSmoothingType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.text that return types with arguments of type FontSmoothingType Modifier and Type 方法 描述 ObjectProperty<FontSmoothingType>
Text. fontSmoothingTypeProperty()
指定所请求的字体平滑类型:灰色或LCD。Methods in javafx.scene.text with parameters of type FontSmoothingType Modifier and Type 方法 描述 void
Text. setFontSmoothingType(FontSmoothingType value)
设置属性fontSmoothingType的值。 -
Uses of FontSmoothingType in javafx.scene.web
Methods in javafx.scene.web that return FontSmoothingType Modifier and Type 方法 描述 FontSmoothingType
WebView. getFontSmoothingType()
获取属性fontSmoothingType的值。Methods in javafx.scene.web that return types with arguments of type FontSmoothingType Modifier and Type 方法 描述 ObjectProperty<FontSmoothingType>
WebView. fontSmoothingTypeProperty()
指定所请求的字体平滑类型:灰色或LCD。Methods in javafx.scene.web with parameters of type FontSmoothingType Modifier and Type 方法 描述 void
WebView. setFontSmoothingType(FontSmoothingType value)
Sets the value of the property fontSmoothingType.
-