JDK-8190807 : Release Note: Removal of T2K Rasterizer and ICU Layout Engine From JavaFX
Type:Sub-task
Component:javafx
Sub-Component:graphics
Affected Version:8u231,10
Priority:P3
Status:Closed
Resolution:Delivered
Submitted:2017-11-06
Updated:2019-06-11
Resolved:2019-02-20
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.
The T2K rasterizer and ICU layout engine have been removed from JavaFX.
Comments
In the JavaFX implementation in Oracle JDK 8 and 9, it was possible to select using the platform independent T2K closed
source font rasteriser and and concurrently the ICU opentype layout engine by specifying -Dprism.text=t2k.
This system property is now non-functional and the underlying code that supported it has been completely removed from
JavaFX in Oracle JDK 10. JavaFX now only renders text using the platform libraries (eg DirectWrite on Windows and CoreText on MacOS).
This note does not relate to, or affect, applications using the Java SE client APIs (AWT/Swing/2D) - only JavaFX.