Package javafx.scene.text

Font

The Font class represents fonts, which are used to render text on screen.

FontPosition The FontPosition enum is used to describe font as superscript, subscript or regular.
FontPosture Specifies whether the font is italicized
FontWeight Specifies different font weights which can be used when searching for a font on the system.
Text The Text class defines a node that displays a text.
TextAlignment The TextAlignment enum represents the horizontal text alignment.
TextOrigin The TextOrigin enum represents the text origin.



JavaFXSript.ru - Java FX Specification