plan9port/src/cmd/postscript/download
2005-05-07 22:42:14 +00:00
..
download.c use full prototypes 2005-05-07 22:42:14 +00:00
download.h more files 2004-05-15 23:55:53 +00:00
mkfile fix cflags 2005-01-11 19:46:56 +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).