home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prt_util
/
psintrp.lzh
/
PSINTRP
/
SHOW-FONTS
< prev
next >
Wrap
Text File
|
1991-08-16
|
621b
|
35 lines
save
/psize 20 string def
/Fsample {
2 copy
/simplex findfont 12 scalefont setfont
exch show
( ) show
psize cvs show
exch findfont exch scalefont setfont
currentpoint exch pop 145 exch moveto
(abcdef ABCDEF ) show
} def
/newline {
currentpoint exch pop 30 exch 30 sub
moveto
} def
30 350 moveto
(topaz) 8 Fsample newline
(topaz) 9 Fsample newline
(diamond) 12 Fsample newline
(garnet) 9 Fsample newline
(garnet) 16 Fsample newline
(ruby) 8 Fsample newline
(ruby) 12 Fsample newline
(sapphire)19 Fsample newline
(emerald) 20 Fsample newline
restore