home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / gs / gs650w32.exe / gs6.50 / lib / viewps2a.ps < prev    next >
Text File  |  2000-12-05  |  1KB  |  35 lines

  1. %    Copyright (C) 1995 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of AFPL Ghostscript.
  3. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  4. % distributor accepts any responsibility for the consequences of using it, or
  5. % for whether it serves any particular purpose or works at all, unless he or
  6. % she says so in writing.  Refer to the Aladdin Free Public License (the
  7. % "License") for full details.
  8. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. % in a plain ASCII text file named PUBLIC.  The License grants you the right
  10. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. % conditions described in the License.  Among other things, the License
  12. % requires that the copyright notice and this notice be preserved on all
  13. % copies.
  14.  
  15. % $Id: viewps2a.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  16. % Display a file produced by ps2ascii with no switch or with -dCOMPLEX.
  17. % This is just a procset to read in before the file to display.
  18.  
  19. /init { 0.1 0.1 scale } bind def
  20. init
  21. /next { currentfile token pop } bind def
  22. /F { next next pop next exch selectfont } bind def
  23. /P { showpage init } bind def
  24. /S
  25.  { next next moveto
  26.    next dup stringwidth pop next exch div
  27.    gsave 1 scale show grestore
  28.  } bind def
  29. /C { next next next setrgbcolor } bind def
  30. /I { next next next next gsave 0.75 setgray rectfill grestore } bind def
  31. /R { next next next next rectfill } bind def
  32.