home *** CD-ROM | disk | FTP | other *** search
- % Start of enscript.pro -- prolog for text file translator
- % Copyright (c) 1984,1985,1987 Adobe Systems Incorporated. All Rights Reserved.
- % GOVERNMENT END USERS: See Notice file in TranScript library directory
- % -- probably /usr/lib/ps/Notice
- % RCSID: $Header: /disks/hobo/vp6/snichols/rel3.0/transcript/lib/RCS/enscript.pro,v 3.0 1991/06/17 17:08:31 snichols Exp $
- /$enscript 50 dict def $enscript begin
- /S {aload length -2 1 {-2 roll $fv exch get setfont show} for} bind def
- /bd { bind def } bind def
- /X{exch 0 rmoveto S} bd
- /Y{exch 0 exch rmoveto S} bd
- /B{3 1 roll moveto S} bd
- /F{$fd exch get dup dup length 1 sub get 0.1 mul /$fs exch def /$fv exch def} bd
- /U{1440 mul}def
- /UP{U 72 div}def
- /StartPage{/svpg save def .05 dup scale} bd
- /EndPage{svpg restore showpage} bd
- /DoPreFeed{/statusdict where{pop
- statusdict/prefeed known{statusdict exch/prefeed exch put 0}if}if pop} bd
- /SetUpFonts {dup /$fd exch array def {3 array astore {findfont 1 index scalefont exch} forall 4 array astore $fd 3 1 roll put} repeat} bd
- /InitGaudy{/Columns exch def
- /ftD [[/Times-Bold /GothicBBB-Medium.Hankaku /GothicBBB-Medium-EUC-H]
- {findfont 12 UP scalefont}forall] def
- /ftF [[/Times-Roman /Ryumin-Light.Hankaku /Ryumin-Light-EUC-H]
- {findfont 14 UP scalefont}forall] def
- /ftP [[/Helvetica-Bold /GothicBBB-Medium.Hankaku /GothicBBB-Medium-EUC-H]
- {findfont 30 UP scalefont}forall] def} bd
- /LB{/pts exch UP def /charcolor exch def /boxcolor exch def /$fv exch def
- /label exch def /dy exch def /dx exch def /lly exch def /llx exch def
- /$fs 0 def gsave boxcolor setgray
- llx lly moveto dx 0 rlineto 0 dy rlineto dx neg 0 rlineto closepath fill
- /lines label length def
- /yp lly dy add dy lines pts mul sub 2 div sub pts .85 mul sub def
- charcolor setgray
- label {/wid 0 def dup aload length -2 1 {-2 roll $fv exch get setfont
- stringwidth pop wid add /wid exch def}for
- wid 2 div llx dx 2 div add exch sub yp moveto S
- /yp yp pts sub def}forall grestore} bd
- /Gaudy{/plength exch def /BarLength exch def /hy exch def /hx exch def
- /Page exch def /Date exch def /File exch def /Comment exch def
- hx hy BarLength 144 sub .25 U [File] ftF .97 0 14 LB
- hx hy 360 add BarLength 144 sub .25 U [Comment] ftF 1 0 14 LB
- hx hy 1 U .5 U Date ftD .7 0 12 LB
- BarLength 1080 sub hy 1 U .5 U [Page] ftP .7 1 30 LB
- 2 1 Columns {1 sub plength Columns div mul hy moveto 0 0 hy sub rlineto
- stroke}for } bd
- /Landscape { 90 rotate 0 exch translate } bd
-