mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-26 20:54:22 +01:00
Nicer fonts
This commit is contained in:
parent
cc6c647825
commit
c946a29aac
@ -84,6 +84,9 @@ public class Base {
|
||||
Editor activeEditor;
|
||||
|
||||
static public void main(String args[]) throws Exception {
|
||||
System.setProperty("awt.useSystemAAFontSettings", "on");
|
||||
System.setProperty("swing.aatext", "true");
|
||||
|
||||
BaseNoGui.initLogger();
|
||||
|
||||
BaseNoGui.notifier = new GUIUserNotifier();
|
||||
|
Loading…
x
Reference in New Issue
Block a user