You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.1 KiB

1 month ago
  1. % Copyright (C) 2001-2023 Artifex Software, Inc.
  2. % All Rights Reserved.
  3. %
  4. % This software is provided AS-IS with no warranty, either express or
  5. % implied.
  6. %
  7. % This software is distributed under license and may not be copied,
  8. % modified or distributed except as expressly authorized under the terms
  9. % of the license contained in the file LICENSE in this distribution.
  10. %
  11. % Refer to licensing information at http://www.artifex.com or contact
  12. % Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
  13. % CA 94129, USA, for further information.
  14. %
  15. % Identity-UTF16-H CMap
  16. % An identity mapping of UTF16 codes to CIDs.
  17. /CIDInit /ProcSet findresource begin
  18. 12 dict begin
  19. begincmap
  20. /CIDSystemInfo 3 dict dup begin
  21. /Registry (Artifex) def
  22. /Ordering (Unicode) def
  23. /Supplement 0 def
  24. end def
  25. /CMapName /Identity-UTF16-H def
  26. /CMapVersion 1.000 def
  27. /CMapType 1 def
  28. /UIDOffset 0 def
  29. % No XUID yet obtained.
  30. /WMode 0 def
  31. 1 begincodespacerange
  32. <0000> <FFFF>
  33. endcodespacerange
  34. 1 begincidrange
  35. <0000> <FFFF> 0
  36. endcidrange
  37. endcmap
  38. CMapName currentdict /CMap defineresource pop
  39. end
  40. end
  41. %%EndResource
  42. %%EOF