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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c397 int fontslant = 0; /* angle from x S ... */ variable
2036 if ( fontheight != 0 || fontslant != 0 )
2037 fprintf(tf, "%d %d changefont\n", fontslant, (fontheight != 0) ? fontheight : pstab[size-1]);
2078 fontslant = n;

Completed in 294 milliseconds