JDK-8089591 : Need to support mixing lcd and greyscale glyphs in a single drawstring code
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2011-04-12
  • Updated: 2018-09-05
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
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Description
The prism glyph rendering design assumes that the Glyphcache drives the rendering of a string.
This has issues for complex text. More immediately it also means we can't mix greyscale and LCD text
as they necessariily work from different caches.

Need to factor this out of the GlyphCache.
Comments
This isn't critical for LCD text to work, it mostly means we won't use embedded bitmaps for CJK. We can address this as a TOO for 2.1 or fix in 2.2
05-01-2012