Anti-aliased text
LambdAurora opened this issue · 1 comments
LambdAurora commented
It's already possible to get it with command line arguments but it would be nicer if it was built-in.
Only those properties are required:
// Make text anti-aliased.
System.setProperty("awt.useSystemAAFontSettings", "on");
System.setProperty("swing.aatext", "true");
2xsaiko commented
Going to set the values only if they're not already set explicitly (if you want to disable those options using -D flags, you should still be able to)