You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

1 month ago
  1. % Copyright (C) 2001-2023 Artifex Software, Inc.
  2. % All Rights Reserved.
  3. %
  4. % This software is provided AS-IS with no warranty, either express or
  5. % implied.
  6. %
  7. % This software is distributed under license and may not be copied,
  8. % modified or distributed except as expressly authorized under the terms
  9. % of the license contained in the file LICENSE in this distribution.
  10. %
  11. % Refer to licensing information at http://www.artifex.com or contact
  12. % Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
  13. % CA 94129, USA, for further information.
  14. %
  15. % Display a file produced by ps2ascii with no switch or with -dCOMPLEX.
  16. % This is just a procset to read in before the file to display.
  17. /init { 0.1 0.1 scale } bind def
  18. init
  19. /next { currentfile token pop } bind def
  20. /F { next next pop next exch selectfont } bind def
  21. /P { showpage init } bind def
  22. /S
  23. { next next moveto
  24. next dup stringwidth pop next exch div
  25. gsave 1 scale show grestore
  26. } bind def
  27. /C { next next next setrgbcolor } bind def
  28. /I { next next next next gsave 0.75 setgray rectfill grestore } bind def
  29. /R { next next next next rectfill } bind def