Searched defs:fcFonts (Results 1 - 1 of 1) 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...]

Completed in 54 milliseconds