On Fri, 13 Sep 2024 21:21:56 GMT, Andy Goryachev <ango...@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