home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Multimedia / MPEGPlay2.3 / Source / wraps.psw < prev   
Encoding:
Text File  |  1993-03-08  |  358 b   |  13 lines

  1. // wraps.psw - PostScript wrappers
  2.  
  3. defineps PSWpreloading(double width, height)
  4.   0 setgray
  5.   0 0 width height rectfill
  6.   1 setgray
  7.   /Helvetica-BoldOblique 18 selectfont
  8.   (preLoading...) dup stringwidth pop 2 div neg
  9.   width 2 div add height 2 div moveto show
  10.   /Helvetica 7 selectfont
  11.   7 7 moveto (fine print : technically, this is cheating) show
  12. endps
  13.