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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java881 /* The class FontRegistrationInfo is used when a client says not
894 private static final class FontRegistrationInfo { class in class:SunFontManager
902 FontRegistrationInfo(String fontPath, String[] names, int format, method in class:SunFontManager.FontRegistrationInfo
912 private final ConcurrentHashMap<String, FontRegistrationInfo>
914 new ConcurrentHashMap<String, FontRegistrationInfo>();
931 for (FontRegistrationInfo info : deferredFontFiles.values()) {
1063 FontRegistrationInfo regInfo =
1064 new FontRegistrationInfo(fullPathName, nativeNames, fontFormat,
1082 FontRegistrationInfo regInfo = deferredFontFiles.get(fileNameKey);

Completed in 38 milliseconds