Searched refs:getFontWithExactStyleMatch (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java402 Font2D f2D = family.getFontWithExactStyleMatch(fcInfo.style);
431 family.getFontWithExactStyleMatch(fc.style) == null) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java143 public Font2D getFontWithExactStyleMatch(int style) { method in class:FontFamily
H A DSunFontManager.java2132 font = family.getFontWithExactStyleMatch(style);
2316 font = family.getFontWithExactStyleMatch(style);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java334 Font2D realFont = realFamily.getFontWithExactStyleMatch(style);

Completed in 43 milliseconds