Searched refs:findFont2D (Results 1 - 6 of 6) 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 DCompositeFont.java205 * TTC will initialise all its components then just do a findFont2D call
267 (PhysicalFont) fm.findFont2D(componentNames[slot],
342 findFont2D(componentNames[slot], style,
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...]
H A DFontUtilities.java414 Font2D dialog = fm.findFont2D("dialog", font.getStyle(), FontManager.NO_FALLBACK);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java273 * findFont2D resolve that.
278 Font2D f2d = fm.findFont2D(fcInfo.firstFont.familyName,
304 /* use findFont2D to get the right font from TTC's */
307 Font2D f2d = fm.findFont2D(fcInfo.firstFont.familyName,
384 fm.findFont2D(fcInfo.jdkName, style, FontManager.LOGICAL_FALLBACK);
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java495 return fm.findFont2D(name, style,
499 fm.findFont2D(name, style,

Completed in 49 milliseconds