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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java161 private CompositeFont [] compFonts = new CompositeFont[20]; field in class:SunFontManager
646 synchronized (compFonts) {
647 compFonts[maxCompFont++] = cf;
871 System.arraycopy(compFonts, 0, regFonts, 0, mcf);
2683 compFonts[i].replaceComponentFont(oldFont, newFont);

Completed in 38 milliseconds