JDK-8271048 : PoC - Implement Grayscale Text Rendering
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2021-07-21
  • Updated: 2022-09-08
  • Resolved: 2022-09-08
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.

To download the current JDK release, click here.
Other
internalFixed
Related Reports
Blocks :  
Comments
Created JDK-8293537 for LCD text rendering.
08-09-2022

Text rendering has two parts. 1) Grayscale text --- rendering javafx.scene.text.Text node. 2) LCD text --- rendering javafx.scene.control.Label control.
05-10-2021