home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 14 / 14.iso / s / s005 / 4.ddi / BUNDLE / OS2_PSCRIPT.SEP < prev    next >
Encoding:
Text File  |  1993-03-12  |  1.0 KB  |  48 lines

  1. @
  2. @L/Name (
  3. @N
  4. @L) def
  5. @L/Printer (
  6. @Q
  7. @L) def
  8. @L/Jobid (
  9. @I
  10. @L) def
  11. @L/Date (
  12. @D
  13. @L) def
  14. @L/Time (
  15. @T
  16. @L) def
  17. @L100 0 {dup mul exch dup mul add 1 exch sub} setscreen
  18. @L2 setlinewidth 2 setmiterlimit
  19. @L/inch {72 mul} def
  20. @L/Gray 0.9 def
  21. @Lnewpath clippath closepath pathbbox
  22. @L/ury exch def
  23. @L/urx exch def
  24. @L/llx exch def
  25. @L/lly exch def
  26. @L/PrintWidth urx llx sub def
  27. @L/PrintHeight ury lly sub def
  28. @L/Helvetica-Bold findfont 1 inch scalefont setfont
  29. @Lnewpath
  30. @Lllx PrintHeight 1.5 inch sub moveto
  31. @LPrintWidth Name true charpath
  32. @L/Helvetica-Bold findfont 0.5 inch scalefont setfont
  33. @Lllx PrintHeight 3 inch sub moveto
  34. @LPrintWidth Printer true charpath
  35. @Lllx PrintHeight 4.5 inch sub moveto
  36. @LPrintWidth Jobid true charpath
  37. @L/Helvetica findfont 0.5 inch scalefont setfont
  38. @Lllx PrintHeight 6 inch sub moveto
  39. @LPrintWidth Date true charpath
  40. @LPrintWidth 4 inch sub 4.5 inch moveto Time true charpath
  41. @Lclosepath
  42. @Lgsave
  43. @LGray setgray fill
  44. @Lgrestore
  45. @Lstroke
  46. @Lshowpage
  47. @E
  48.