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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java206 * initialised by the getPlatformFontPath() method
493 fontPath = getPlatformFontPath(noType1Font);
3173 String path = getPlatformFontPath(noType1Fonts);
3286 public String getPlatformFontPath(boolean noType1Font) { method in class:SunFontManager
3314 fontPath = getPlatformFontPath(noType1Font);
3449 fontPath = getPlatformFontPath(noType1Font);

Completed in 42 milliseconds