Searched refs:createFont (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/awt/FontClass/CreateFont/
H A DDeleteFont.java39 Font f = Font.createFont(Font.TRUETYPE_FONT, fis);
51 Font.createFont(java.awt.Font.TRUETYPE_FONT, in);
73 Font.createFont(
H A DBigFont.java80 Font font = Font.createFont(Font.TRUETYPE_FONT, sis);
141 fonts[i] = Font.createFont(Font.TRUETYPE_FONT, fontStream);
/openjdk7/jdk/test/java/awt/FontClass/CreateFont/fileaccess/
H A DFontFile.java82 Font font = Font.createFont(Font.TRUETYPE_FONT,
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DKernCrash.java41 font0 = Font.createFont(Font.TRUETYPE_FONT, new File("Vera.ttf"));
H A DTestOldHangul.java49 ourFont = Font.createFont(Font.TRUETYPE_FONT, new java.io.File(new java.io.File(System.getProperty("user.home"),"fonts"), fontName));
H A DTestTibetan.java50 ourFont = Font.createFont(Font.TRUETYPE_FONT, new java.io.File(new java.io.File(System.getProperty("user.home"),"fonts"), "Jomolhari-alpha3c-0605331.ttf"));
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java113 * them using the {@link #createFont createFont} method.
346 * {@link #createFont} method.
359 * {@link #createFont} method.
592 * always from "Font.createFont()" and shouldn't get this treatment.
605 /* used to implement Font.createFont */
633 * For fonts created with createFont() these are treated differently.
635 * for example). For fonts created with "createFont" this is a reasonable
872 public static Font createFont(int fontFormat, InputStream fontStream) method in class:Font
1037 public static Font createFont(in method in class:Font
[all...]

Completed in 44 milliseconds