JDK-8127272 : LCD subpixel text doesn't work on Java 2D [fallback] pipeline due to alpha in surface format
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Won't Fix
  • Submitted: 2012-01-11
  • Updated: 2015-06-17
  • Resolved: 2012-06-26
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Description
The surface type used for the 2D pipeline is ARGB, and any surface that has alpha
is considered by the Java 2D implementation in JDK to be inappropriate for LCD text.
This is similar in cause to RT-18901 :  LCD Subpixel text doesn't work on transparent/shaped windows
but that affects the prism h/w pipeline and only windows set to be transparent.
By contrast the internal surface type we create for Java 2D rendering always has alpha.
I am not sure if we can change the internal surface format we use but it may be more
tractable than the alternatives which aren't all that clear .. 
Comments
Since we did not fix this for 2.2, and in 3.0 the 2D pipeline will be retired for screen use, there is no longer any reason to fix this or keep it open,
26-06-2012