home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / printing / ghostscrip / _gs / ps / alphabet next >
Encoding:
Text File  |  1991-10-26  |  497 b   |  19 lines

  1. (AvantGarde-Book) findfont 10 scalefont setfont
  2. currentfont 1.5 scalefont setfont
  3. /sp1 ( !"#$%&'\(\)*+,-./) def
  4. /sp2 ([[\\\\]]^^__`{|}~) def
  5. /sd (001122334456789<=>:;?@) def
  6. /smaj (ABCDEFGHIJKLMNOPQRSTUVWXYZ) def
  7. /smin (abcdefghijklmnopqrstuvwxyz) def
  8.  
  9. 0 50 moveto
  10. gsave sp1 show 20 0 rmoveto sd show grestore
  11. 0 20 rmoveto
  12. gsave smaj show grestore
  13. 0 20 rmoveto
  14. gsave sp2 show 20 0 rmoveto smin show grestore
  15. 4 4 scale
  16. [ sp1 sp2 sd smaj smin ]
  17.  { 0 15 rmoveto gsave show grestore } forall
  18. showpage
  19.