FS#23619 - openjdk6 awt.useSystemAAFontSettings parameter ignored
Attached to Project:
Arch Linux
Opened by Gábor (Arpione) - Wednesday, 06 April 2011, 21:34 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 05 June 2011, 00:15 GMT
Opened by Gábor (Arpione) - Wednesday, 06 April 2011, 21:34 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 05 June 2011, 00:15 GMT
|
Details
Description:
The JVM ignores the "awt.useSystemAAFontSettings" parameter, antialiasing is always turned off. No errors or exceptions produced. Additional info: * package version(s): 6.b22_1.10-1, 6.b22_1.10.1-1 Recompiling without applying the "aatext_by_default.diff" patch solves the problem. Steps to reproduce: Run any java based gui program with "-Dawt.useSystemAAFontSettings=lcd" passed to java. Example: java -Dawt.useSystemAAFontSettings=lcd -jar "/usr/share/java/jedit/jedit.jar" Tested with jedit and own Swing based programs. |
This task depends upon