plan9port/src/cmd/postscript/download
2004-09-20 15:07:44 +00:00
..
download.c bug fix 2004-09-20 15:07:44 +00:00
download.h more files 2004-05-15 23:55:53 +00:00
mkfile Rename stuff. 2004-05-17 03:17:30 +00:00
README more files 2004-05-15 23:55:53 +00:00

A simple program that scans PostScript files for %%DocumentFonts:
comments and prepends requested host resident font files to the
input. Written for Unix 4.0 lp.

Downloaded fonts are the ones named in the %%DocumentFonts: comment
and listed in a special map file (which can be selected using the
-m option). See example.map and comments in download.c for examples
of map files. By default map files and font files are in *hostfontdir.
It's initialized using HOSTDIR (file ../common/path.h).