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

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c89 * is set to 0, which can be done using the -l option, pointsize will be used to
91 * POINTSIZE, and pointsize, and assumes LINESPP lines would fit on a page if
128 int pointsize = POINTSIZE; /* in this point size */ variable
374 pointsize = atoi(optarg);
375 fprintf(stdout, "/pointsize %s def\n", optarg);
511 linespp = LINESPP * POINTSIZE / pointsize;

Completed in 119 milliseconds