Searched refs:JAVA_AWT_FONTS (Results 1 – 2 of 2) sorted by relevance
49 public static final String JAVA_AWT_FONTS = "java.awt.fonts"; field in SystemProperties294 return getProperty(JAVA_AWT_FONTS); in getJavaAwtFonts()
111 public static final String JAVA_AWT_FONTS = SystemProperties.getJavaAwtFonts(); field in SystemUtils