Package javafx.scene.text


package javafx.scene.text

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

  • Class Summary
    Class
    Description
    The Font class represents fonts, which are used to render text on screen.
    Represents the hit information in a Text node.
    The Text class defines a node that displays a text.
    TextFlow is special layout designed to lay out rich text.
  • Enum Class Summary
    Enum Class
    Description
    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.
    The TextAlignment enum represents the horizontal text alignment.
    Specifies the behaviour of bounds reporting by Text nodes.