On Thu, 6 Jun 2024 16:53:47 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> The code to reproduce was
> 
> ```
>         flow = new TextFlow(
>                 t("Arabic:", Color.RED),
>                 t("   ", Color.YELLOW),
>                 t("العربية", Color.GREEN),
>                 new Text("\n"),
>                 t("Hebrew: ", Color.BLUE),
>                 t("עברית", Color.BLACK));
> ```

I can see issue with this example. I have to check this case.

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

PR Comment: https://git.openjdk.org/jfx/pull/1468#issuecomment-2154291068

Reply via email to