home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / d / draw_studio / drawstudiov1.0.2a.dms / drawstudiov1.0.2a.adf / DSdir1.lha / prolog.ps < prev    next >
Text File  |  1996-10-16  |  438b  |  16 lines

  1. %%BeginProlog
  2.  
  3. /MT {moveto} bind def
  4. /LT {lineto} bind def
  5. /CT {curveto} bind def
  6. /FL {eofill} bind def
  7. /NP {newpath} bind def
  8. /CP {eoclip} bind def
  9. /GS {gsave} bind def
  10. /GR {grestore} bind def
  11. /CIRC {newpath 2 index 2 index MT 0 360 arc FL} bind def
  12. /RGB {255 div 3 1 roll 255 div 3 1 roll 255 div 3 1 roll setrgbcolor} bind def
  13. /SETTEXT {2 index findfont 2 index 2 index matrix scale makefont setfont pop pop pop} bind def
  14.  
  15. %%EndProlog
  16.