JDK-8218139 : Complex texts are not shaped properly
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:8,openjfx12
Priority:P3
Status:Closed
Resolution:Duplicate
Submitted:2019-01-31
Updated:2019-02-13
Resolved:2019-02-13
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
For complex texts like Arabic, Hindi, glyphs should be properly connected without a gap for the right meaning. However I could see a small gap between glyphs when rendering it using any FX controls.
Comments
This is not a shaping problem. It is a low-level D3D/OGL rendering problem.
And it is a known issue. I just need to find the original bug.
13-02-2019
Issue is not reproducible when running with `-Dprism.lcdtext=false`.