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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1252 int fontCount, totalLength; local
1257 fontCount = ListPSResourceFiles(fsb->fsb.resource_path_override,
1261 for (i = 0; i < fontCount; i++) {
1271 _DPSFEnumFonts(fsb->fsb.context, &fontCount, &totalLength);
1274 _DPSFGetAllFontNames(fsb->fsb.context, fontCount, totalLength, buffer);
1276 for (i = 0; i < fontCount; i++) {

Completed in 123 milliseconds