Skip to content

Commit c946a29

Browse files
author
Federico Fissore
committed
Nicer fonts
1 parent cc6c647 commit c946a29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/processing/app/Base.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ public class Base {
8484
Editor activeEditor;
8585

8686
static public void main(String args[]) throws Exception {
87+
System.setProperty("awt.useSystemAAFontSettings", "on");
88+
System.setProperty("swing.aatext", "true");
89+
8790
BaseNoGui.initLogger();
8891

8992
BaseNoGui.notifier = new GUIUserNotifier();

0 commit comments

Comments
 (0)