-
Enhancement
-
Resolution: Unresolved
-
P4
-
fx1.2.3
-
JavaFX 1.2.3
javafx.scene.text.Text should have a variable which defines text indent on the first line of text in pixels. And this indent shouldn't be selectable if javafx.scene.text.Text implements text selection in future versions.
public var indent: Number Defines width of the indent for the text in pixels. If the value is > 0 and < wrappingWidth.
public var indent: Number Defines width of the indent for the text in pixels. If the value is > 0 and < wrappingWidth.