Searched defs:jreFontDirName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java196 public static String jreFontDirName; field in class:SunFontManager
354 jreFontDirName = jreLibDirName + File.separator + "fonts";
356 new File(jreFontDirName + File.separator + FontUtilities.LUCIDA_FILE_NAME);
379 new File(jreFontDirName + File.separator +
422 registerFontDir(jreFontDirName);
424 registerFontsInDir(jreFontDirName, true, Font2D.JRE_RANK,
484 logger.info("JRE font directory: " + jreFontDirName);
830 if (oldFont.platName.startsWith(jreFontDirName)) {
959 fileName = jreFontDirName + File.separator + fileName;
994 !dir.equals(jreFontDirName) ||
[all...]

Completed in 35 milliseconds