README 494 B

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