Blame


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