home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / QUERYPRO / Actualizar / Impressora_PDF / converter.exe / GPLGS / gs_mgl_e.ps < prev    next >
Text File  |  2002-02-22  |  2KB  |  65 lines

  1. %    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
  2. % This software is provided AS-IS with no warranty, either express or
  3. % implied.
  4. % This software is distributed under license and may not be copied,
  5. % modified or distributed except as expressly authorized under the terms
  6. % of the license contained in the file LICENSE in this distribution.
  7. % For more information about licensing, please refer to
  8. % http://www.ghostscript.com/licensing/. For information on
  9. % commercial licensing, go to http://www.artifex.com/licensing/ or
  10. % contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. % San Rafael, CA  94903, U.S.A., +1(415)492-9861.
  12.  
  13. % $Id: gs_mgl_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
  14. % Define the Macintosh standard glyph encoding vector.
  15. % This is not an Encoding strictly speaking, but we treat it like one.
  16. /currentglobal where
  17.  { pop currentglobal { setglobal } true setglobal }
  18.  { { } }
  19. ifelse
  20. /MacRomanEncoding .findencoding
  21. /MacGlyphEncoding
  22.     /.notdef /.null /CR
  23. % 3
  24. 4 index 32 95 getinterval aload pop
  25. % 98
  26. 99 index 128 45 getinterval aload pop
  27. % 143
  28.     /notequal /AE
  29.     /Oslash /infinity /plusminus /lessequal /greaterequal
  30.     /yen /mu1 /partialdiff /summation /product
  31.     /pi /integral /ordfeminine /ordmasculine /Ohm
  32.     /ae /oslash /questiondown /exclamdown /logicalnot
  33.     /radical /florin /approxequal /increment /guillemotleft
  34.     /guillemotright /ellipsis /nbspace
  35. % 173
  36. 174 index 203 12 getinterval aload pop
  37.     /lozenge
  38. % 186
  39. 187 index 216 24 getinterval aload pop
  40.     /applelogo
  41. % 211
  42. 212 index 241 7 getinterval aload pop
  43.     /overscore
  44. % 219
  45. 220 index 249 7 getinterval aload pop
  46. % 226
  47.     /Lslash /lslash /Scaron /scaron
  48.     /Zcaron /zcaron /brokenbar /Eth /eth
  49.     /Yacute /yacute /Thorn /thorn /minus
  50.     /multiply /onesuperior /twosuperior /threesuperior /onehalf
  51.     /onequarter /threequarters /franc /Gbreve /gbreve
  52.         % The TrueType documentation says the next glyph is named
  53.         % Idot, but the Adobe standard name for this glyph is
  54.         % Idotaccent.
  55.     /Idotaccent /Scedilla /scedilla /Cacute /cacute
  56.     /Ccaron /ccaron /dmacron
  57. 260 -1 roll pop        % delete MacRomanEncoding
  58. 258 packedarray
  59. 7 1 index .registerencoding
  60. .defineencoding
  61. exec
  62.