Searched defs:getFont2D (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontAccess.java44 public abstract Font2D getFont2D(Font f); method in class:FontAccess
H A DFontUtilities.java173 * Calls the private getFont2D() method in java.awt.Font objects.
177 * @return the Font2D object returned by Font.getFont2D()
179 public static Font2D getFont2D(Font font) { method in class:FontUtilities
180 return FontAccess.getFontAccess().getFont2D(font);
338 return getFont2D(font) instanceof CompositeFont;
399 Font2D font2D = FontUtilities.getFont2D(font);
505 Font2D font2D = getFont2D(font);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java227 public Font2D getFont2D(Font font) { method in class:Font.FontAccessImpl
228 return font.getFont2D();
489 private Font2D getFont2D() { method in class:Font
1219 return getFont2D().getFamilyName(l);
1231 return getFont2D().getPostscriptName();
1278 return getFont2D().getFontName(l);
1774 return getFont2D().getNumGlyphs();
1784 return getFont2D().getMissingGlyphCode();
1804 return getFont2D().getBaselineFor(c);
1979 return getFont2D()
[all...]

Completed in 43 milliseconds