TextFlow is special layout designed to lay out rich text.
TextFlow is special layout designed to lay out rich text. It can be used to layout several
Text
nodes in a single text flow. The TextFlow
uses the text and the font of each Text
node inside of it plus it own width and text alignment to determine the location for each child.
A single Text
node can span over several lines due to wrapping and the visual location
of Text
node can differ from the logical location due to bidi reordering.
Wraps http://docs.oracle.com/javafx/8/api/javafx/scene/text/TextFlow.html
Contains implcit methods to convert from
javafx.scene.text
Classes/Traits to their ScalaFX counterparts.
Wrapper for javafx.scene.text.FontPosture
Wrapper for javafx.scene.text.FontSmoothingType
Wrapper for javafx.scene.text.FontWeight
Wrapper for javafx.scene.text.TextAlignment
Wrapper for javafx.scene.text.TextBoundsType
Wraps
javafx.scene.text
package.