Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/src/cmd/postscript/download/README – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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