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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1300 private String[] getFontFilesFromPath(boolean noType1) { method in class:SunFontManager
1442 /* getFontFilesFromPath() returns all lower case names.
1456 for (String pathFile : getFontFilesFromPath(true)) {
1511 /* getFontFilesFromPath() returns all lower case names.
1531 for (String pathFile : getFontFilesFromPath(false)) {

Completed in 40 milliseconds