Home
last modified time | relevance | path

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

/titanic_50/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 ) in t_sf()
2037 fprintf(tf, "%d %d changefont\n", fontslant, (fontheight != 0) ? fontheight : pstab[size-1]); in t_sf()
2057 fontheight = (n == pstab[size-1]) ? 0 : n; in t_charht()