Load all fonts in SwingUtil is false now by default

This commit is contained in:
nathan 2017-02-08 13:58:28 +01:00
parent d8f0c4d818
commit 2d83a4c16d

View File

@ -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