RFR: 8301121: RichTextArea Control (Incubator) [v7]
Kevin Rushforth
kcr at openjdk.org
Mon Sep 30 21:36:43 UTC 2024
On Fri, 13 Sep 2024 21:21:56 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > `fromInlineStyle` docs that it is equivalent to `fromStyles(style)`.
>
> good point, thanks!
>
> edit: actually, these are hidden behind RichParagraph.Builder methods, so they can be made package-protected. Also, StyleAttributeMap.fromTextNode() can be hidden since it's an impl. detail.
You mean `StyleAttributeMap.Builder`, right? Question then: how do I now create a StyleAttributeMap from a CSS style? I
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1524#issuecomment-2384182457
More information about the openjfx-dev
mailing list