home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / GhostScript / !GhostScr / 6_01 / lib / gs_mgl_e.ps < prev    next >
Text File  |  2000-03-09  |  2KB  |  64 lines

  1. %    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % $Id: gs_mgl_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Define the Macintosh standard glyph encoding vector.
  17. % This is not an Encoding strictly speaking, but we treat it like one.
  18. /currentglobal where
  19.  { pop currentglobal { setglobal } true setglobal }
  20.  { { } }
  21. ifelse
  22. /MacRomanEncoding .findencoding
  23. /MacGlyphEncoding
  24.     /.notdef /.null /CR
  25. % 3
  26. 4 index 32 95 getinterval aload pop
  27. % 98
  28. 99 index 128 45 getinterval aload pop
  29. % 143
  30.     /notequal /AE
  31.     /Oslash /infinity /plusminus /lessequal /greaterequal
  32.     /yen /mu1 /partialdiff /summation /product
  33.     /pi /integral /ordfeminine /ordmasculine /Ohm
  34.     /ae /oslash /questiondown /exclamdown /logicalnot
  35.     /radical /florin /approxequal /increment /guillemotleft
  36.     /guillemotright /ellipsis /nbspace
  37. % 173
  38. 174 index 203 12 getinterval aload pop
  39.     /lozenge
  40. % 186
  41. 187 index 216 24 getinterval aload pop
  42.     /applelogo
  43. % 211
  44. 212 index 241 7 getinterval aload pop
  45.     /overscore
  46. % 219
  47. 220 index 249 7 getinterval aload pop
  48. % 226
  49.     /Lslash /lslash /Scaron /scaron
  50.     /Zcaron /zcaron /brokenbar /Eth /eth
  51.     /Yacute /yacute /Thorn /thorn /minus
  52.     /multiply /onesuperior /twosuperior /threesuperior /onehalf
  53.     /onequarter /threequarters /franc /Gbreve /gbreve
  54.     /Idot /Scedilla /scedilla /Cacute /cacute
  55.     /Ccaron /ccaron /dmacron
  56. 260 -1 roll pop        % delete MacRomanEncoding
  57. 258 packedarray
  58. 7 1 index .registerencoding
  59. .defineencoding
  60. exec
  61.