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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java183 private PhysicalFont defaultPhysicalFont; field in class:SunFontManager
1210 if (defaultPhysicalFont == null) {
1218 defaultPhysicalFont = (PhysicalFont)
1220 if (defaultPhysicalFont == null) {
1221 defaultPhysicalFont = (PhysicalFont)
1224 if (defaultPhysicalFont == null) {
1233 defaultPhysicalFont = (PhysicalFont)i.next();
1239 return defaultPhysicalFont;

Completed in 39 milliseconds