From fb89a670783d8a45db4998d43ea302ac63147793 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Mon, 8 Jul 2019 10:43:15 +0200 Subject: [PATCH] Force System font settings on Windows If Cleartype and nonstandard fonts are being used, the IDE menus are rendered terribly. This patch should not affect people with standard configurations but must be tested on all possible OS/fonts combinations Fixes #6170 Fixes #7839 --- build/windows/launcher/arduino.l4j.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/build/windows/launcher/arduino.l4j.ini b/build/windows/launcher/arduino.l4j.ini index 648edfbcc56..f05d70f1099 100644 --- a/build/windows/launcher/arduino.l4j.ini +++ b/build/windows/launcher/arduino.l4j.ini @@ -1,3 +1,4 @@ -Xms128M -Xmx512M -Dfile.encoding=UTF8 +-Dawt.useSystemAAFontSettings=on \ No newline at end of file