summaryrefslogtreecommitdiff
path: root/fonts/utilities/fontload/README
blob: 2ab4070a33e4cac89ca5e8683748c07774edadd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

Copyright (C) 1994, Basil K. Malyshev. All rights reserved.

Partial font downloading utility.

SYSTEMS: Unix, VMS, IBM-PC/MS-DOS.
NEEDED:  GhostScript interpreter: GS 2.6.1 (recomended) or GS 3.12

This tool realizes partial downloading of the ATM compatible Type 1 fonts
required in the specified PostScript file.
This tool is combination of 
  - the psfstat.ps PostScript script 
    which collects information about font using 
  - and SubFont program which extracts from source fonts subfonts which
    contains only required characters.

This approach, in comparison with well known DVIPSONE partial font 
downloading facility, has follow advantages:
  1. That can be applied in many systems which generates PostScript output.
     So, psfstat.ps script was tested with:
        a. DVIPS output;
        b. Frame Output;
        c. MS Windows PostScript driver output.
  2. That prepare not only text fonts but also fonts used in inserted
     pictures. 

However, this approach requires a lot of CPU time to complete scanning
of the PostScript file.

==== USING, for example with DVIPS. ====

Tune DVIPS font maps such that ATM compatible Type 1 fonts 
will not be copied into output PostScript file.
So, you must use for font mapping cmfonts.ref file which contains lines like:
   cmr10 cmr10
but not cmfonts.map file which contains lines like:
   cmr10 cmr10 <cmr10.pfb

In correct case, After command 
   dvips -P??? foo
you will have PostScript file without fonts, which you can print by command
   fload foo.ps | lpr

Basil K. Malyshev, 11/24/94 22:59:01, Geneve, Switzerland.
E-Mail: malyshev@dxcern.cern.ch or malyshev@mx.ihep.su