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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java209 private FontConfigFont[] getFcFontList(FcCompFont[] fcFonts, argument
217 for (int i=0; i<fcFonts.length; i++) {
218 if (fontname.equals(fcFonts[i].jdkName) &&
219 style == fcFonts[i].style) {
220 return fcFonts[i].allFonts;
223 return fcFonts[0].allFonts;
242 FontConfigFont[] fcFonts =
246 int numFonts = fcFonts.length;
255 for (index = 0; index < fcFonts.length; index++) {
256 fileNames[index] = fcFonts[inde
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java3483 String[] fcFonts = fontConfig.getPlatformFontNames();
3484 for (int f=0; f<fcFonts.length; f++) {
3485 String platformFontName = fcFonts[f];

Completed in 39 milliseconds