< prev index next >

src/java.desktop/unix/classes/sun/awt/X11FontManager.java

Print this page

        

*** 401,411 **** if ((xVal == null || !xVal.contains(fontPart)) && (sVal == null) || !sVal.startsWith("/")) { if (FontUtilities.debugFonts()) { FontUtilities.getLogger() .info("Map fontID:"+fontID + ! "to file:" + fullPath); } fontNameMap.put(fontID, fullPath); if (xVal == null) { xVal = new Vector<>(); xlfdMap.put (fullPath, xVal); --- 401,411 ---- if ((xVal == null || !xVal.contains(fontPart)) && (sVal == null) || !sVal.startsWith("/")) { if (FontUtilities.debugFonts()) { FontUtilities.getLogger() .info("Map fontID:"+fontID + ! " to file:" + fullPath); } fontNameMap.put(fontID, fullPath); if (xVal == null) { xVal = new Vector<>(); xlfdMap.put (fullPath, xVal);
< prev index next >