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.

45 lines
1.5 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. % Define the WinAnsi encoding vector.
  16. /currentglobal where
  17. { pop currentglobal { setglobal } //true setglobal }
  18. { { } }
  19. ifelse
  20. /WinAnsiEncoding
  21. ISOLatin1Encoding 0 39 getinterval aload pop
  22. /quotesingle
  23. ISOLatin1Encoding 40 5 getinterval aload pop
  24. /hyphen
  25. ISOLatin1Encoding 46 50 getinterval aload pop
  26. /grave
  27. ISOLatin1Encoding 97 30 getinterval aload pop
  28. /bullet
  29. % \20x
  30. % NOTE: /Euro, /Zcaron, and /zcaron are new for PDF 1.3.
  31. % We may have to take them out for backward compatibility.
  32. /Euro /bullet /quotesinglbase /florin
  33. /quotedblbase /ellipsis /dagger /daggerdbl
  34. /circumflex /perthousand /Scaron /guilsinglleft
  35. /OE /bullet /Zcaron /bullet
  36. /bullet /quoteleft /quoteright /quotedblleft
  37. /quotedblright /bullet /endash /emdash
  38. /tilde /trademark /scaron /guilsinglright
  39. /oe /bullet /zcaron /Ydieresis
  40. ISOLatin1Encoding 160 96 getinterval aload pop
  41. 256 packedarray
  42. 4 1 index .registerencoding
  43. .defineencoding
  44. exec