RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text
John Hendrikx
jhendrikx at openjdk.org
Mon Jan 29 15:44:45 UTC 2024
On Mon, 29 Jan 2024 15:40:28 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > The justify calculation only looks at regular white spaces (0x20), but I think it should really be looking at all types...
>
> maybe extract that into a separate issue (and link this one?)
>
> Are there any other places where we should be using Character.isWhitespace() instead of `(== ' ')` ?
No, only the justify code still has it.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1236#issuecomment-1914964711
More information about the openjfx-dev
mailing list