Package javafx.scene.text


package javafx.scene.text

Provides the set of classes for fonts and renderable Text Node.

  • Class
    Description
    Provides the information associated with the caret.
    The Font class represents fonts, which are used to render text on screen.
    Specifies whether the font is italicized
    The FontSmoothingType enum is used to specify the preferred mechanism used to smooth the edges of fonts for on-screen text.
    Specifies different font weights which can be used when searching for a font on the system.
    Represents the hit information in a Text node.
    Holds a snapshot of the text layout geometry in a Text or a TextFlow node, such as break up of the text into lines, as well as other shapes derived from the layout (selection, underline, etc.).
    This class encapsulates an immutable single tab stop within the TabStopPolicy.
    The TabStopPolicy determines the tab stop positions within the text layout.
    The Text class defines a node that displays a text.
    The TextAlignment enum represents the horizontal text alignment.
    Specifies the behaviour of bounds reporting by Text nodes.
    A specialized layout for rich text.
    Provides the information about a text line in a text layout.