From 2d83a4c16de02401b769c3d42b6bb4aadc7d5d08 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 8 Feb 2017 13:58:28 +0100 Subject: [PATCH] Load all fonts in SwingUtil is false now by default --- Dorkbox-Util/src/dorkbox/util/SwingUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java index a2e3c93..2cdb678 100644 --- a/Dorkbox-Util/src/dorkbox/util/SwingUtil.java +++ b/Dorkbox-Util/src/dorkbox/util/SwingUtil.java @@ -51,7 +51,7 @@ public class SwingUtil { /** All of the fonts in the {@link #FONTS_LOCATION} will be loaded by the Font manager */ @Property - public static boolean LOAD_ALL_FONTS = true; + public static boolean LOAD_ALL_FONTS = false; /** Default location where all the fonts are stored */ @Property