JDK-8090643 : Add a variant of text smoothing to deal with rotated text at higher versus lower quality
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-07-20
  • 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
Relates :  
Relates :  
Description
We can save memory and increase performance if we add an option to render rotated text at a lower quality by only storing the unrotated glyphs and then rotating the textured quad when rendering the glyph. This could be done by adding a new enum for FontSmoothingType or by adding a new rendering hint property.