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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1176 private int numCoreFonts = -1; field in class:FontConfiguration
1186 if (numCoreFonts == -1) {
1187 numCoreFonts = coreFontNameIDs.size();
1201 componentFonts = new String[numCoreFonts + numFallbackFonts];
1224 return numCoreFonts;
1232 if (numCoreFonts == -1) {

Completed in 37 milliseconds