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

/openjdk7/jdk/src/share/classes/sun/font/
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/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) + "."

Completed in 240 milliseconds