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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontResolver.java163 public int getFontIndex(char c) { method in class:FontResolver
179 public int getFontIndex(int cp) { method in class:FontResolver
181 return getFontIndex((char)cp);
199 fontIndex = getFontIndex(cp);
202 if (getFontIndex(cp) != fontIndex) {
214 * by getFontIndex(), determines a font family. The size and style
218 * @param index an index from getFontIndex() which determines the
223 * @see #getFontIndex
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java647 protected static int getFontIndex(String fontName) { method in class:FontConfiguration
854 int fontIndex = getFontIndex(fontName);

Completed in 36 milliseconds