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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java175 fullNameToFont = new ConcurrentHashMap<String, Font2D>(); field in class:SunFontManager
702 fullNameToFont.put(f.fullName.toLowerCase(Locale.ENGLISH), f);
769 fullNameToFont.put(fontName.toLowerCase(Locale.ENGLISH), f);
850 fullNameToFont.put(fontName.toLowerCase(Locale.ENGLISH),
2151 font = fullNameToFont.get(lowerCaseName);
2628 fullNameToFont.remove(oldFont.fullName.toLowerCase(Locale.ENGLISH));

Completed in 693 milliseconds