Use case: bulleted/numbered lists.
The property should specify a String to be used as a bullet. (It could be a Character, but what if the user wants to specify an emoji that takes more than one char?)
This looks like a paragraph-level property, and therefore should be a part of TextFlow.
This feature might depend on JDK-8231014 (first line indent) - see for example how MS Word places the bullet at the first line indent position and the text at the left indent position.
The property should specify a String to be used as a bullet. (It could be a Character, but what if the user wants to specify an emoji that takes more than one char?)
This looks like a paragraph-level property, and therefore should be a part of TextFlow.
This feature might depend on JDK-8231014 (first line indent) - see for example how MS Word places the bullet at the first line indent position and the text at the left indent position.
- relates to
-
JDK-8300569 ☂ Missing APIs related to rich text control
- In Progress
-
JDK-8231014 Add first line text indent support for javafx.scene.text.TextFlow
- Open