-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8, 9
-
None
LCD Rendering hints do not work for font sizes larger than 100 points
After fix ofJDK-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
After fix of
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
- relates to
-
JDK-8023794 [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
-
- Resolved
-