Relates :
|
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
|