< prev index next >

src/java.desktop/share/classes/sun/awt/FontConfiguration.java

Print this page
rev 59106 : imported patch client

*** 1426,1451 **** } } } } } - if ("SunOS".equals(osName)) { - for (int ii = 0; ii < table_awtfontpaths.length; ii++) { - if (table_awtfontpaths[ii] == 0) { - String script = getString(table_scriptIDs[ii]); - if (script.contains("dingbats") || - script.contains("symbol")) { - continue; - } - System.err.println("\nError: " - + "<awtfontpath." - + script - + "> entry is missing!!!"); - errors++; - } - } - } if (errors != 0) { System.err.println("!!THERE ARE " + errors + " ERROR(S) IN " + "THE FONTCONFIG FILE, PLEASE CHECK ITS CONTENT!!\n"); System.exit(1); } --- 1426,1435 ----
< prev index next >