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

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

Completed in 146 milliseconds