On Sat, 27 Jan 2024 08:33:47 GMT, John Hendrikx <jhendr...@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