RFR: 8330559: Trailing space not rendering correctly in TextFlow in RTL mode [v3]

Karthik P K kpk at openjdk.org
Fri Jun 7 07:54:20 UTC 2024


On Thu, 6 Jun 2024 16:53:47 GMT, Andy Goryachev <angorya at 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


More information about the openjfx-dev mailing list