We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6c647 commit c946a29Copy full SHA for c946a29
app/src/processing/app/Base.java
@@ -84,6 +84,9 @@ public class Base {
84
Editor activeEditor;
85
86
static public void main(String args[]) throws Exception {
87
+ System.setProperty("awt.useSystemAAFontSettings", "on");
88
+ System.setProperty("swing.aatext", "true");
89
+
90
BaseNoGui.initLogger();
91
92
BaseNoGui.notifier = new GUIUserNotifier();
0 commit comments