README
1
2A simple program that scans PostScript files for %%DocumentFonts:
3comments and prepends requested host resident font files to the
4input. Written for Unix 4.0 lp.
5
6Downloaded fonts are the ones named in the %%DocumentFonts: comment
7and listed in a special map file (which can be selected using the
8-m option). See example.map and comments in download.c for examples
9of map files. By default map files and font files are in *hostfontdir.
10It's initialized using HOSTDIR (file ../common/path.h).
11
12