xref: /plan9/sys/lib/ghostscript/cidfmap (revision 0d601874851962e88c6c60fdd2e637bba04e13c2)
1%!
2% $Id: cidfmap,v 1.7 2003/02/07 00:31:11 igor Exp $
3% This is a sample map file for CIDFont category.
4
5%
6% The map is a set of records, which must use one of the two formats :
7%
8% 1. A substutution of a CIF font with another CID font :
9%
10%    /substituted /original ;
11%
12%    Where 'substituted' is a name being used in a document,
13%    'original' is a name of an available resource.
14%
15% 2. A substutution of a CIF font with a True Type font :
16%
17%    /substituted << /FileType /TrueType /Path (path) /SunfontID 1 /CSI [(ordering) supplement] >> ;
18%
19%    Where 'substituted' is a name being used in a document,
20%    'path' is a path to a True Type font file,
21%    'ordering' is a value of Ordering required for CIDSystemInfo dictionary,
22%    'supplement' is a value of Supplement required for CIDSystemInfo dictionary.
23%
24% Examples :
25%
26%   /ShinGo-Bold   /HeiseiKakuGo-W5 ;
27%   /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ;
28%
29