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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1967 private HashMap<String, Integer> logicalFontIDs; field in class:FontConfiguration.PropertiesHandler
2010 logicalFontIDs = new HashMap<String, Integer>();
2012 logicalFontIDs.put("serif", 0);
2013 logicalFontIDs.put("sansserif", 1);
2014 logicalFontIDs.put("monospaced", 2);
2015 logicalFontIDs.put("dialog", 3);
2016 logicalFontIDs.put("dialoginput",4);
2187 Integer fid = logicalFontIDs.get(key);
2254 Integer nameID = logicalFontIDs.get(key.substring(0, dot1));

Completed in 39 milliseconds