On Mon, 29 Jan 2024 15:40:28 GMT, Andy Goryachev <ango...@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

Reply via email to