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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java54 public String fontFile; // eg /usr/X11/lib/fonts/foo.ttf field in class:FontConfigManager.FontConfigFont
242 " in file " + fci.firstFont.fontFile);
249 " File="+fcf.fontFile);
262 String fontFile = fcInfo.firstFont.fontFile;
263 int offset = fontFile.length()-4;
267 String ext = fontFile.substring(offset).toLowerCase();
275 PhysicalFont physFont = fm.getRegisteredFontFile(fontFile);
302 fm.isDeferredFont(fontFile) == true) {
303 physFont = fm.initialiseDeferredFont(fcInfo.firstFont.fontFile);
[all...]
H A DFcFontConfiguration.java193 nameSet.add(fcCompFonts[i].allFonts[j].fontFile);
256 fileNames[index] = fcFonts[index].fontFile;
380 fci.allFonts[j].fontFile);
503 fci[index].allFonts[f].fontFile = file;
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManager.java81 * @param fontFile the file holding the font data
88 public Font2D createFont2D(File fontFile, int fontFormat, argument
H A DFileFont.java251 File fontFile = null; field in class:FileFont.CreatedFontFileDisposerRecord
256 fontFile = file;
264 if (fontFile != null) {
267 tracker.subBytes((int)fontFile.length());
275 fontFile.delete();
278 SunFontManager.getInstance().tmpFontFiles.remove(fontFile);
H A DSunFontManager.java1977 String fontFile = null;
1980 fontFile = fontToFileMap.get(lcName);
2028 if (fontFile != null) {
2029 physicalFont = registerFontFile(getPathName(fontFile), null,
2037 if (fontFile != null && fontFile.equals(fileName)) {
2449 public Font2D createFont2D(File fontFile, int fontFormat, argument
2453 String fontFilePath = fontFile.getPath();
2455 final File fFile = fontFile;
2484 font2D.setFileToRemove(fontFile, tracke
[all...]
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java149 public Font2D createFont2D(File fontFile, int fontFormat, boolean isCopy, CreatedFontTracker tracker) throws FontFormatException { argument
151 String fontFilePath = fontFile.getPath();
153 final File fFile = fontFile;
182 FileFont.setFileToRemove(font2D, fontFile, tracker);
188 tmpFontFiles.add(fontFile);
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32FontManager.java284 File fontFile = new File(f1, ls[i]);
285 registerFontWithPlatform(fontFile.getAbsolutePath());
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java606 private Font(File fontFile, int fontFormat, argument
614 this.font2DHandle = fm.createFont2D(fontFile, fontFormat, isCopy,
1015 * the implementation may continue to access <code>fontFile</code>
1023 * @param fontFile a <code>File</code> object representing the
1028 * @throws NullPointerException if <code>fontFile</code> is null.
1029 * @throws IOException if the <code>fontFile</code> cannot be read.
1030 * @throws FontFormatException if <code>fontFile</code> does
1037 public static Font createFont(int fontFormat, File fontFile) argument
1040 fontFile = new File(fontFile
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java783 info[1] = fontConfigFonts[i].firstFont.fontFile;
793 fontConfigFonts[0].firstFont.fontFile != null) {
795 info[1] = fontConfigFonts[0].firstFont.fontFile;

Completed in 51 milliseconds