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 |
|