%! % $Id: cidfmap 6300 2005-12-28 19:56:24Z giles $ % This is a sample map file for CIDFont category. % % The map is a set of records, which must use one of the two formats : % % 1. A substutution of a CIF font with another CID font : % % /substituted /original ; % % Where 'substituted' is a name being used in a document, % 'original' is a name of an available resource. % % 2. A substutution of a CIF font with a True Type font : % % /substituted << /FileType /TrueType /Path (path) /SunfontID 1 /CSI [(ordering) supplement] >> ; % % Where 'substituted' is a name being used in a document, % 'path' is a path to a True Type font file, % 'ordering' is a value of Ordering required for CIDSystemInfo dictionary, % 'supplement' is a value of Supplement required for CIDSystemInfo dictionary. % % Examples : % % /ShinGo-Bold /HeiseiKakuGo-W5 ; % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ; % /Ryumin-Light << /FileType /TrueType /Path (Ryumin-Light.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; /GothicBBB-Medium << /FileType /TrueType /Path (GothicBBB-Medium.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; /HeiseiMin-W3 /Ryumin-Light ; %/HeiseiMin-W3 /WadaMin-Regular ; /HeiseiKakuGo-W5 /GothicBBB-Medium ; %/HeiseiKakuGo-W5 /WadaGo-Bold ; /FutoMinA101-Bold /Ryumin-Light ; %/FutoMinA101-Bold /WadaMin-Regular ; /FutoGoB101-Bold /GothicBBB-Medium ; %/FutoGoB101-Bold /WadaGo-Bold ; /Jun101-Light /Ryumin-Light ; %/Jun101-Light /WadaMin-Regular ; /MidashiGo-MB31 /GothicBBB-Medium ; %/MidashiGo-MB31 /WadaGo-Bold ; %/Munhwa-Regular /Munhwa-Regular ; %/MunhwaGothic-Regular /MunhwaGothic-Regular ; %/Munhwa-Bold /Munhwa-Bold ; %/MunhwaGothic-Bold /MunhwaGothic-Bold ; /HYGoThic-Medium /MunhwaGothic-Regular ; /HYSMyeongJo-Medium /Munhwa-Regular ; /HYRGoThic-Medium /MunhwaGothic-Bold ; /STHeiti-Regular << /FileType /TrueType /Path (STHeiti-Regular.ttf) /SubfontID 0 /CSI [(CNS1) 5] >> ; /STSong-Light << /FileType /TrueType /Path (STSong-Light.ttf) /SubfontID 0 /CSI [(GB1) 5] >> ; /MSung-Light << /FileType /TrueType /Path (MSung-Light.ttf) /SubfontID 0 /CSI [(GB1) 5] >> ;