]> git.lizzy.rs Git - plan9front.git/blob - sys/lib/ghostscript/cidfmap
etherbcm: handle 64-bit host addresses, use PCIWADDR() instead of PADDR()
[plan9front.git] / sys / lib / ghostscript / cidfmap
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 %