RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text

Andy Goryachev angorya at openjdk.org
Mon Jan 29 15:44:45 UTC 2024


On Sat, 27 Jan 2024 08:33:47 GMT, John Hendrikx <jhendrikx 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 `(== ' ')` ?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1236#issuecomment-1914961281


More information about the openjfx-dev mailing list