FAPIcidfmap 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. %!
  2. % $Id: FAPIcidfmap,v 1.6 2003/02/07 00:31:11 igor Exp $
  3. % This is a sample map file for FAPI CID fonts.
  4. %
  5. % The map is a set of records like this :
  6. %
  7. % /CIDfont_name options_dict ;
  8. %
  9. % where options_dict is a dictionary with the following entries :
  10. %
  11. % Key Type Description
  12. % Path string Absolute path to font file, or relative path to font file from
  13. % the GS_EXTFONTPATH value.
  14. % CIDFontType interger PostScript type for this CID font. Only 0 is currently allowed.
  15. % Note that this is unrelated to the real type of the font file -
  16. % the bridge will perform format conversion.
  17. % FAPI name Name of the renderer to be used with the font. Only /AgfaUFST is now allowed.
  18. % SubfontId integer (optional) Index of the font in font collection, such as FCO or TTC.
  19. % It is being ignored if /Path doesn't specify a collection.
  20. % Default value is 0.
  21. % CSI array Must have strongly 2 elements.
  22. % The first element of the array specifies Ordering of CIDSystemInfo.
  23. % The second element specifies Supplement of CIDSystemInfo.
  24. %
  25. % Use regular Postscript syntax.
  26. %
  27. % Examples :
  28. %
  29. % /Ryumin-Medium << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(Japan1) 2] >> ;
  30. % /HeiseiKakuGo-W5 << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /AgfaUFST /CSI [(Japan1) 2] >> ;