Searched refs:getFontIndex (Results 1 - 5 of 5) 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/java/awt/font/
H A DStyledParagraph.java179 int fontIndex = resolver.getFontIndex(ch);
H A DTextLine.java1288 return resolver.getFont(resolver.getFontIndex(ch), aci.getAttributes());
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java268 int fontIndex = getFontIndex(fontName);
/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 42 milliseconds