JDK-8101621 : New glyph management and font rasterisation code to support subpixel text
Type:Sub-task
Component:javafx
Sub-Component:graphics
Affected Version:fx2.0
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2011-03-15
Updated:2015-06-16
Resolved:2011-04-12
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 current font rasterisation path only produces grey scale glyphs. The strikes on a font need
to support LCD text. Then this needs to be propagated to the GlyphCache, and the graphics context.
Comments
Pushed code to support this. There needs to be some additional support for
mixing greyscale and LCD glyphs. A new subtask will be filed for that