xref: /plan9/sys/src/cmd/postscript/download/README (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
1*219b2ee8SDavid du Colombier
2*219b2ee8SDavid du ColombierA simple program that scans PostScript files for %%DocumentFonts:
3*219b2ee8SDavid du Colombiercomments and prepends requested host resident font files to the
4*219b2ee8SDavid du Colombierinput. Written for Unix 4.0 lp.
5*219b2ee8SDavid du Colombier
6*219b2ee8SDavid du ColombierDownloaded fonts are the ones named in the %%DocumentFonts: comment
7*219b2ee8SDavid du Colombierand listed in a special map file (which can be selected using the
8*219b2ee8SDavid du Colombier-m option). See example.map and comments in download.c for examples
9*219b2ee8SDavid du Colombierof map files. By default map files and font files are in *hostfontdir.
10*219b2ee8SDavid du ColombierIt's initialized using HOSTDIR (file ../common/path.h).
11*219b2ee8SDavid du Colombier
12