Searched refs:getClosestStyle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java220 Font2D getClosestStyle(int style) { method in class:FontFamily
H A DSunFontManager.java1792 font = fontFamily.getClosestStyle(style);
1798 font = fontFamily.getClosestStyle(style);
2056 font = fontFamily.getClosestStyle(style);
2140 font = family.getClosestStyle(style);
2188 familyFont = family.getClosestStyle(style|font.style);
2321 font = family.getClosestStyle(style);
2738 font = family.getClosestStyle(style);
2760 familyFont = family.getClosestStyle(style);
3132 font2D = f.getClosestStyle(Font.PLAIN);

Completed in 37 milliseconds