Searched refs:jreOtherFontFiles (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java191 String[] jreOtherFontFiles; field in class:SunFontManager
974 * because only the Lucidas will be present and jreOtherFontFiles
984 if (jreOtherFontFiles == null) {
1000 jreOtherFontFiles = otherFontFiles.toArray(STR_ARRAY);
1001 if (jreOtherFontFiles.length == 0) {
1006 for (int i=0; i<jreOtherFontFiles.length;i++) {
1007 fileName = jreOtherFontFiles[i];
1011 jreOtherFontFiles[i] = null;

Completed in 59 milliseconds