Searched refs:getFontName (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DTestHebrewMark.java52 if(!afont.getFontName().equals(fontname)) {
53 System.out.println(fontname + ": is actually " + afont.getFontName() + " - skipping this font.");
62 System.out.println("Using font " + f.getFontName());
/openjdk7/jdk/test/java/awt/font/LineBreakMeasurer/
H A DAllFontsLBM.java45 if ( f.getFontName().startsWith("HiraKaku") ) {
49 System.out.println("Try : " + f.getFontName());
/openjdk7/jdk/test/java/awt/FontClass/CreateFont/fileaccess/
H A DFontFile.java98 System.err.println(font.getFontName());
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java94 fm.getEUDCFont().getFontName(null);
262 String name = components[slot].getFontName(null);
285 componentNames[slot] = newFont.getFontName(null);
H A DSunFontManager.java963 (physicalFont.getFontName(null).equalsIgnoreCase(name) ||
1014 (physicalFont.getFontName(null).equalsIgnoreCase(name) ||
1038 (physicalFont.getFontName(null).equalsIgnoreCase(name) ||
1548 String fontName = f.getFontName(null);
1587 String fontName = ttf.getFontName(l).toLowerCase();
2555 return (physFonts[i].getFontName(null));
2992 names.add(installedFonts[i].getFontName(l).toLowerCase(l));
3047 String fullName = font.getFontName(l).toLowerCase();
3159 fonts[i++] = new Font(font2D.getFontName(l), Font.PLAIN, 1);
3696 fontMapNames.put(allfonts[i].getFontName(nul
[all...]
H A DFont2D.java483 public String getFontName(Locale l) { method in class:Font2D
H A DTrueTypeFont.java1269 public String getFontName(Locale locale) { method in class:TrueTypeFont
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java43 if (allFonts[i].getFontName().indexOf(fontName) != -1) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java616 this.name = this.font2DHandle.font2D.getFontName(Locale.getDefault());
1176 * Use <code>getFontName</code> to get the font face name of the font.
1181 * @see #getFontName
1207 * <p>Use <code>getFontName</code> to get the font face name of the font.
1211 * @see #getFontName
1225 * Use <code>getFontName</code> to get the font face name of the font.
1237 * Use <code>getFontName</code> to get the font face name of the font.
1241 * @see #getFontName
1259 public String getFontName() { method in class:Font
1260 return getFontName(Local
1274 public String getFontName(Locale l) { method in class:Font
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java680 protected static String getFontName(int fontIndex) { method in class:FontConfiguration
1423 + getFontName(iii) + "."
1493 + getFontName(iii) + "."
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java345 fontInfos[0] = "Font Face Name: " + testFont.getFontName();

Completed in 97 milliseconds