URI:
       tREADME - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tREADME (494B)
       ---
            1 
            2 A simple program that scans PostScript files for %%DocumentFonts:
            3 comments and prepends requested host resident font files to the
            4 input. Written for Unix 4.0 lp.
            5 
            6 Downloaded fonts are the ones named in the %%DocumentFonts: comment
            7 and 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
            9 of map files. By default map files and font files are in *hostfontdir.
           10 It's initialized using HOSTDIR (file ../common/path.h).
           11