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

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java1540 System.out.println("\n----componentFontNameIDs--");
1882 table_componentFontNameIDs = toList(componentFontNameIDs);
1989 private HashMap<String, Short> componentFontNameIDs; field in class:FontConfiguration.PropertiesHandler
2050 componentFontNameIDs = new HashMap<String, Short>();
2054 componentFontNameIDs.put("", Short.valueOf((short)0));
2152 Short faceID = getID(componentFontNameIDs, key);
2234 scriptAllfontsMotif.put(getID(scriptIDs,key), getID(componentFontNameIDs,value));
2236 scriptAllfonts.put(getID(scriptIDs,key), getID(componentFontNameIDs,value));
2249 proportionals.put(getID(componentFontNameIDs, key),
2250 getID(componentFontNameIDs, valu
[all...]

Completed in 93 milliseconds