JDK-8138565 : LCD Rendering hints do not work for font sizes larger than 100 points
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8,9
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2015-09-29
  • Updated: 2015-09-29
  • Resolved: 2015-09-29
Related Reports
Relates :  
Description
LCD Rendering hints do not work for font sizes larger than 100 points

After fix of JDK-8023794 issue greyscale antialiasing is still used for fonts > 100 points.

Test 
2D_Font/LcdAntialiasingTest could be used to check it.
Just change font size to 101 in the following line:
private static final int FONT_SIZE = 100;

SNIPPET

http://stt-13.ru.oracle.com/hg/quality/index.cgi/180_master_ws/2d/file/f4b794f7d5b1/src/2D_Font/LcdAntialiasingTest.java
Comments
A hint is just a hint remember. We do not produce glyphs at all such sizes because the storage requirements are too vast. So this is policy, not a bug.
29-09-2015