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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java62 public FontConfigFont firstFont; field in class:FontConfigManager.FcCompFont
201 if (fci.firstFont == null) {
209 anyFont = fci.firstFont;
222 if (fontArr[i].firstFont == null) {
223 fontArr[i].firstFont = anyFont;
241 fci.firstFont.familyName +
242 " in file " + fci.firstFont.fontFile);
262 String fontFile = fcInfo.firstFont.fontFile;
278 Font2D f2d = fm.findFont2D(fcInfo.firstFont.familyName,
295 physFont = fm.findJREDeferredFont(fcInfo.firstFont
[all...]

Completed in 1359 milliseconds