RFR: 8330559: Trailing space not rendering correctly in TextFlow in RTL mode
Ziad El Midaoui
zelmidaoui at openjdk.org
Wed Nov 26 16:41:02 UTC 2025
Fix trailing space present for complex text ( LTR text with RTL text ) Example: "Arabic: العربية"
Added case to handle complex text in `getPosX` of `TextRun`
Tested the changes with the code present in the bug.
-------------
Commit messages:
- Merge branch 'openjdk:master' into 8319050.TextFlowRTL
- minor changes
- Fix Trailing space in TextFlow in RTL
Changes: https://git.openjdk.org/jfx/pull/1988/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1988&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8330559
Stats: 11 lines in 1 file changed: 11 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/1988.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1988/head:pull/1988
PR: https://git.openjdk.org/jfx/pull/1988
More information about the openjfx-dev
mailing list