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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1513 System.out.println("\n----fontfileNameIDs-------");
1854 table_fontfileNameIDs = toList(fontfileNameIDs);
1966 private HashMap<String, Short> fontfileNameIDs; field in class:FontConfiguration.PropertiesHandler
2027 /*Init these tables to allow componentFontNameID, fontfileNameIDs
2032 fontfileNameIDs = new HashMap<String, Short>();
2128 Short fileID = getID(fontfileNameIDs, value);

Completed in 35 milliseconds