plan9port/src/cmd/postscript/psfiles
2004-05-16 07:54:22 +00:00
..
aps.ps Checkpoint. 2004-05-16 07:54:22 +00:00
banner.ps Checkpoint. 2004-05-16 07:54:22 +00:00
baseline.ps Checkpoint. 2004-05-16 07:54:22 +00:00
color.ps Checkpoint. 2004-05-16 07:54:22 +00:00
fatcourier.ps Checkpoint. 2004-05-16 07:54:22 +00:00
forms.ps Checkpoint. 2004-05-16 07:54:22 +00:00
mkfile Checkpoint. 2004-05-16 07:54:22 +00:00
Nroundpage.ps Checkpoint. 2004-05-16 07:54:22 +00:00
ps.requests Checkpoint. 2004-05-16 07:54:22 +00:00
README Checkpoint. 2004-05-16 07:54:22 +00:00
roundpage.ps Checkpoint. 2004-05-16 07:54:22 +00:00
shade.ps Checkpoint. 2004-05-16 07:54:22 +00:00
unbind.ps Checkpoint. 2004-05-16 07:54:22 +00:00

PostScript files that go in $(POSTLIB). Several, like forms.ps, are
used by most translators supplied in this package. Most PostScript
files only used by a single translator (e.g. the prologue) have been 
been moved into the appropriate source directory. Files that end in
.enc support alternate character sets (e.g. ISO Latin 1 alphabet).
The implementation is left open, but typically redefines findfont.
That approach works because findfont is a procedure rather than an
operator, so it's not affected by bind. Also can't depend on having
a systemdict definition for findfont. It's in userdict on Version
48.0 VT600s.