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

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java903 names[i] = getComponentFontName(nameIDs[i]);
1071 componentFaceNames[index] = getFaceNameFromComponentFontName(getComponentFontName(fontNameID));
1075 componentFileNames[index] = getFileNameFromComponentFontName(getComponentFontName(fontNameID));
1230 componentFonts[i] = getComponentFontName(fontid);
1241 componentFonts[i] = getComponentFontName(fontid);
1646 protected static String getComponentFontName(short id) { method in class:FontConfiguration

Completed in 92 milliseconds