Hello,
I am looking for a way to keep the hight of a monospaced 10 chars per inch font when changing its pitch (count) parameter to 12, 15 and 17. In Postscript this can be achieved in applying a matrix to an existing font, for example:
but how can this effect be achieved in PCL? Simply modifying the pitch parameter decreases both hight and width of the characters. But I have to keep the hight and only compress the width.
Any ideas?
Jörg
I am looking for a way to keep the hight of a monospaced 10 chars per inch font when changing its pitch (count) parameter to 12, 15 and 17. In Postscript this can be achieved in applying a matrix to an existing font, for example:
Code:
/Courier [10 0 0 12 0 0]
but how can this effect be achieved in PCL? Simply modifying the pitch parameter decreases both hight and width of the characters. But I have to keep the hight and only compress the width.
Any ideas?
Jörg