% name of textfile: P13 upsidedown (DL/Synergetics Feb 91 v1.0) % .... % ========= % This file requires the previous download of gonzo.psl % available from https://www.tinaja.com/pssamp1.shtml % Make sure the following line agrees with your own gonzo.psl location (C:/Users/don/Desktop/gonzo/gonzo.psl) run % use internal gonzo % ========== % Shows how to change the font matrix to print upside down. gutility begin % turn on the gonzo utilities nuisance begin % turn on the nuisance commands printerror % turn on the printing error trapper gonzo begin % turn on the gonzo justification /showthegrid false def % show the layout grid? landscape 20 20 10 setgrid % get on a grid showthegrid {57 78 showgrid} if % optionally show the grid /cstretch 0.02 def % slight character stretch /sstretch 0.02 def % slight space stretch /font1 /ZapfChancery-MediumItalic 15 gonzofont % making the width paramater negative upsidedowns the font /font2 /ZapfChancery-MediumItalic [15 0 0 -15 0 0] gonzofont 37.5 30 (|1Yodar Kritch) cc 37.5 30 (|2Yodar Kritch) cc showpage % eof