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

/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java151 String fontFilePath = fontFile.getPath();
158 font2D = new TrueTypeFont(fontFilePath, null, 0, true);
161 font2D = new Type1Font(fontFilePath, null, isCopy);
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java896 String fontFilePath; field in class:SunFontManager.FontRegistrationInfo
904 this.fontFilePath = fontPath;
932 if (info.fontFilePath != null &&
933 info.fontFilePath.startsWith(jreDir)) {
934 initialiseDeferredFont(info.fontFilePath);
1085 physicalFont = registerFontFile(regInfo.fontFilePath,
2453 String fontFilePath = fontFile.getPath();
2460 font2D = new TrueTypeFont(fontFilePath, null, 0, true);
2463 font2D = new Type1Font(fontFilePath, null, isCopy);

Completed in 40 milliseconds