% name of textfile: P13 Reverse Lettering (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 backwards. % Very handy for T-shirt printing and transparent window decals. 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 % making the width of the font negative reverses the lettering. /font0 /Helvetica-Bold [-9 0 0 9 0 0] gonzofont font0 /yinc 12 def 38 50 (MY OTHER BODY IS IN THE SHOP) cc showpage % eof