home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
wp_dtp
/
ghostscr.lha
/
usr
/
lib
/
ghostscript
/
landscap.ps
< prev
next >
Wrap
Text File
|
1992-06-01
|
217b
|
9 lines
% A small prologue for displaying landscape-mode files.
gsave clippath pathbbox grestore
4 dict begin
/ury exch def /urx exch def /lly exch def /llx exch def
90 rotate
ury urx sub llx ury add neg translate
end