JDK-8127864 : Blurry and aesthetically unpleasant font rendering for bright symbols
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-04-04
  • Updated: 2015-06-17
  • Resolved: 2012-05-15
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.
JDK 7
7-poolResolved
Related Reports
Duplicate :  
Description
Look at the pic attached.

It is a start page of SceneBuilder Beta.

While main menu looks almost ok, this particular label is certainly ugly and discredits JavaFX applicability for good UI building.


Comments
LCD text one transparent surface has been added via fix for RT-18901 rt-closed changeset: 16068:f69548777515 Which solves this quality issue.
15-05-2012

There appears to be a drop shadow applied to text and it appears to be rendered onto a transparent surface. So there are potentially two, or more, contributing factor to degraded quality: 1. Regarding transparent background. Currently we can't render high quality LCD text onto a transparent surface, when detected we switch to grayscale text. But with the resolution of RT-18901 should solve that problem. 2. Adding an effect can reduce rendering quality of text. BoxBlur for example will turn LCD text into grayscale. But that is not a bug, it does not make sense to blur sub pixel text. So I consider this bug one part duplicate of RT-18901 and part user error.
04-04-2012