Provide support for 'hyphen' CSS property:
The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.
https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
May apply to Text and TextFlow.
The hyphens CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.
https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens
May apply to Text and TextFlow.
- relates to
-
JDK-8300569 ☂ Missing APIs related to rich text control
- In Progress