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.

43 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 PDFDoc encoding vector.
  16. /currentglobal where
  17. { pop currentglobal { setglobal } //true setglobal }
  18. { { } }
  19. ifelse
  20. /PDFDocEncoding
  21. ISOLatin1Encoding 0 24 getinterval aload pop
  22. /breve /caron /circumflex /dotaccent /hungarumlaut /ogonek /ring /tilde
  23. ISOLatin1Encoding 32 7 getinterval aload pop
  24. /quotesingle
  25. ISOLatin1Encoding 40 5 getinterval aload pop
  26. /hyphen
  27. ISOLatin1Encoding 46 50 getinterval aload pop
  28. /grave
  29. ISOLatin1Encoding 97 31 getinterval aload pop
  30. % \20x
  31. /bullet /dagger /daggerdbl /ellipsis /emdash /endash /florin /fraction
  32. /guilsinglleft /guilsinglright /minus /perthousand
  33. /quotedblbase /quotedblleft /quotedblright /quoteleft
  34. /quoteright /quotesinglbase /trademark /fi /fl /Lslash /OE /Scaron
  35. /Ydieresis /Zcaron /dotlessi /lslash /oe /scaron /zcaron /.notdef
  36. % \24x
  37. /Euro
  38. ISOLatin1Encoding 161 12 getinterval aload pop
  39. /.notdef
  40. ISOLatin1Encoding 174 82 getinterval aload pop
  41. 256 packedarray .defineencoding
  42. exec