Searched defs:getStyleIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java651 protected static int getStyleIndex(String styleName) { method in class:FontConfiguration
665 protected static int getStyleIndex(int style) { method in class:FontConfiguration
704 return getStyleName(getStyleIndex(style));
855 int styleIndex = getStyleIndex(style);

Completed in 51 milliseconds