JDK-8199537 : non-zero Y advance of sheared font with fractional metrics
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 11
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-03-13
  • Updated: 2020-01-16
  • Resolved: 2020-01-16
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 15
15Resolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
Use Font2DTest and select "Shear" for font or graphics transform.
Now select Fractional Metrics
The glyphs are sheared but we also have a y-advance which
rotates the baseline up to the right.
This only occurs when using freetype.
Comments
This could be the same root cause as the other problems under rotation.
13-03-2018