home *** CD-ROM | disk | FTP | other *** search
- %%BeginProlog
-
- /MT {moveto} bind def
- /LT {lineto} bind def
- /CT {curveto} bind def
- /FL {eofill} bind def
- /NP {newpath} bind def
- /CP {eoclip} bind def
- /GS {gsave} bind def
- /GR {grestore} bind def
- /CIRC {newpath 2 index 2 index MT 0 360 arc FL} bind def
- /RGB {255 div 3 1 roll 255 div 3 1 roll 255 div 3 1 roll setrgbcolor} bind def
- /SETTEXT {2 index findfont 2 index 2 index matrix scale makefont setfont pop pop pop} bind def
-
- %%EndProlog
-