Home
last modified time | relevance | path

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

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