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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1797 //(1)a: scriptAllfonts scriptID/allfonts -> componentFontNameID
1807 for (Entry<Short, Short> entry : scriptAllfonts.entrySet()) {
1985 private HashMap<Short, Short> scriptAllfonts; field in class:FontConfiguration.PropertiesHandler
2036 scriptAllfonts = new HashMap<Short, Short>();
2211 scriptAllfonts.put(getID(scriptIDs,key), getID(componentFontNameIDs,value));

Completed in 27 milliseconds