public class ExtendedFontPosture
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isOblique
True when the posture represents an oblique style.
|
javafx.scene.text.FontPosture |
posture
Base JavaFX font posture.
|
| Constructor and Description |
|---|
ExtendedFontPosture(boolean isOblique)
Create an extended posture with an oblique flag.
|
ExtendedFontPosture(javafx.scene.text.FontPosture posture)
Create an extended posture from a JavaFX posture.
|
public final javafx.scene.text.FontPosture posture
public final boolean isOblique
public ExtendedFontPosture(javafx.scene.text.FontPosture posture)
posture - the JavaFX posturepublic ExtendedFontPosture(boolean isOblique)
isOblique - true to mark the posture as obliqueCopyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence