diff options
author | rsc <devnull@localhost> | 2004-05-15 23:55:53 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-15 23:55:53 +0000 |
commit | 61f5c35c9465f0702739b41249a664d409f0482c (patch) | |
tree | 17546b7dcc76abd9ee74dc7543cc77121acfe39a /src/cmd/postscript/download/README | |
parent | 173302913ebce353eadcbb12d71c3759cbe79e34 (diff) | |
download | plan9port-61f5c35c9465f0702739b41249a664d409f0482c.tar.gz plan9port-61f5c35c9465f0702739b41249a664d409f0482c.tar.bz2 plan9port-61f5c35c9465f0702739b41249a664d409f0482c.zip |
more files
Diffstat (limited to 'src/cmd/postscript/download/README')
-rw-r--r-- | src/cmd/postscript/download/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/postscript/download/README b/src/cmd/postscript/download/README new file mode 100644 index 00000000..9bfce12a --- /dev/null +++ b/src/cmd/postscript/download/README @@ -0,0 +1,11 @@ + +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). + |