xlatmap 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. % xlatmap - the map of translation tables for various kinds of fonts.
  2. %
  3. % It specifies Decoding resources to be used with FAPI-handled fonts.
  4. % If a font contains multiple character mapping tables, this gives
  5. % priorities for choosing a specific table from the font according to
  6. % the order of entries of this map.
  7. % This file is intended to be customized by users. Please keep the
  8. % obvious format of this file. Strings and names must not be empty
  9. % and must not contain null ('\0') characters.
  10. % $Id: xlatmap,v 1.7 2002/11/02 18:03:06 igor Exp $
  11. % The map contains entries for each kind of font being handled by
  12. % any font rendering plugin. The key of an entry is the font type
  13. % and the value is array of pairs.
  14. % The first element of pair is a string which encodes identifier of
  15. % character mapping table. The format of the first element depends
  16. % on the font type, and should be recognized by the font rendering
  17. % plugins. The second element is name of the Decoding resource. If
  18. % that resource is not available, definefont will fail. Note that
  19. % currently we supply insufficient decoding resources, as well as
  20. % insufficient entries in this map.
  21. /TrueType
  22. [ % Each entry is pair :
  23. % a string PlatformID.SpecificID and a name of Decoding resource.
  24. (3.0) /Symbol % Symbol
  25. (3.1) /Unicode % Unicode
  26. (3.2) /ShiftJIS % Japanese
  27. (3.3) /PRC % Simplified Chinese, GB2312
  28. (3.4) /Big5 % Traditional Chinese
  29. (3.5) /Wansung % Korean
  30. (3.6) /Johab % Korean
  31. % todo : add more entries
  32. ]
  33. /PostScript
  34. [ % Since PostScript fonts were designed especially for PostScript,
  35. (*) /Latin1 % fixme : other charsets
  36. ]
  37. /Intellifont
  38. [ (*) /Latin1 % fixme : other charsets
  39. ]
  40. /Microtype
  41. [ (*) /Latin1 % fixme : other charsets
  42. ]