gs_mro_e.ps 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. % Copyright (C) 1994, 1999 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing. Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC. The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License. Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17. % $Id: gs_mro_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the MacRoman encoding vector.
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /MacRomanEncoding
  24. StandardEncoding 0 39 getinterval aload pop
  25. /quotesingle
  26. StandardEncoding 40 56 getinterval aload pop
  27. /grave
  28. StandardEncoding 97 31 getinterval aload pop
  29. % \20x
  30. /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute
  31. /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave
  32. /ecircumflex /edieresis /iacute /igrave
  33. /icircumflex /idieresis /ntilde /oacute
  34. /ograve /ocircumflex /odieresis /otilde
  35. /uacute /ugrave /ucircumflex /udieresis
  36. % \24x
  37. /dagger /degree /cent /sterling /section /bullet /paragraph /germandbls
  38. /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash
  39. /.notdef /plusminus /.notdef /.notdef /yen /mu /.notdef /.notdef
  40. /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash
  41. % \30x
  42. /questiondown /exclamdown /logicalnot /.notdef
  43. /florin /.notdef /.notdef /guillemotleft
  44. /guillemotright /ellipsis /space /Agrave /Atilde /Otilde /OE /oe
  45. /endash /emdash /quotedblleft /quotedblright
  46. /quoteleft /quoteright /divide /.notdef
  47. % NOTE: Euro should replace currency, but the PDF 1.3 documentation
  48. % explicitly says it does not.
  49. /ydieresis /Ydieresis /fraction /currency
  50. /guilsinglleft /guilsinglright /fi /fl
  51. % \34x
  52. /daggerdbl /periodcentered /quotesinglbase /quotedblbase
  53. /perthousand /Acircumflex /Ecircumflex /Aacute
  54. /Edieresis /Egrave /Iacute /Icircumflex
  55. /Idieresis /Igrave /Oacute /Ocircumflex
  56. /.notdef /Ograve /Uacute /Ucircumflex
  57. /Ugrave /dotlessi /circumflex /tilde
  58. /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
  59. 256 packedarray
  60. 5 1 index .registerencoding
  61. .defineencoding
  62. exec