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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java743 protected PhysicalFont addToFontList(PhysicalFont f, int rank) { method in class:SunFontManager
1122 * derived from this file, and may be null. See addToFontList for
1148 PhysicalFont pf = addToFontList(ttf, fontRank);
1158 physicalFont = addToFontList(t1f, fontRank);
1163 physicalFont = addToFontList(nf, fontRank);
2252 * - see addToFontList() - when it is needed by the composite font.

Completed in 39 milliseconds