Searched defs:findFont2D (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManager.java71 public Font2D findFont2D(String name, int style, int fallback); method in interface:FontManager
H A DSunFontManager.java616 Font2D newFont = findFont2D(family, style, NO_FALLBACK);
622 (CompositeFont)findFont2D("dialog", style, NO_FALLBACK);
1211 /* findFont2D will load all fonts before giving up the search.
1219 findFont2D("Lucida Sans Regular", Font.PLAIN, NO_FALLBACK);
1222 findFont2D("Arial", Font.PLAIN, NO_FALLBACK);
1225 /* Because of the findFont2D call above, if we reach here, we
1243 return findFont2D("dialog", style, NO_FALLBACK);
1956 * styles, then logic in findFont2D may try to style the original
1969 * findFont2D.
2072 public Font2D findFont2D(Strin method in class:SunFontManager
[all...]

Completed in 37 milliseconds