cidfmap 996 B

12345678910111213141516171819202122232425262728
  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. % The map is a set of records, which must use one of the two formats :
  6. %
  7. % 1. A substutution of a CIF font with another CID font :
  8. %
  9. % /substituted /original ;
  10. %
  11. % Where 'substituted' is a name being used in a document,
  12. % 'original' is a name of an available resource.
  13. %
  14. % 2. A substutution of a CIF font with a True Type font :
  15. %
  16. % /substituted << /FileType /TrueType /Path (path) /SunfontID 1 /CSI [(ordering) supplement] >> ;
  17. %
  18. % Where 'substituted' is a name being used in a document,
  19. % 'path' is a path to a True Type font file,
  20. % 'ordering' is a value of Ordering required for CIDSystemInfo dictionary,
  21. % 'supplement' is a value of Supplement required for CIDSystemInfo dictionary.
  22. %
  23. % Examples :
  24. %
  25. % /ShinGo-Bold /HeiseiKakuGo-W5 ;
  26. % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ;
  27. %