home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / GhostScript / !GhostScr / 6_01 / lib / gs_lgo_e.ps < prev    next >
Text File  |  2000-03-09  |  3KB  |  93 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_lgo_e.ps,v 1.1 2000/03/09 08:40:40 lpd Exp $
  16. % Define the Adobe "original" Latin glyph set.
  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. /AdobeLatinOriginalGlyphEncoding mark
  23.  
  24. /A /AE /Aacute /Acircumflex /Adieresis /Agrave /Aring /Atilde
  25. /B
  26. /C /Ccedilla
  27. /D
  28. /E /Eacute /Ecircumflex /Edieresis /Egrave /Eth
  29. /F
  30. /G
  31. /H
  32. /I /Iacute /Icircumflex /Idieresis /Igrave
  33. /J
  34. /K
  35. /L /Lslash
  36. /M
  37. /N /Ntilde
  38. /O /OE /Oacute /Ocircumflex /Odieresis /Ograve /Oslash /Otilde
  39. /P
  40. /Q
  41. /R
  42. /S /Scaron
  43. /T /Thorn
  44. /U /Uacute /Ucircumflex /Udieresis /Ugrave
  45. /V
  46. /W
  47. /X
  48. /Y /Yacute /Ydieresis
  49. /Z /Zcaron
  50. /a /aacute /acircumflex /acute /adieresis /ae /agrave /ampersand /aring
  51.  /asciicircum /asciitilde /asterisk /at /atilde
  52. /b /backslash /bar /braceleft /braceright /bracketleft /bracketright /breve
  53.  /brokenbar /bullet
  54. /c /caron /ccedilla /cedilla /cent /circumflex /colon /comma /copyright
  55.  /currency
  56. /d /dagger /daggerdbl /degree /dieresis /divide /dollar /dotaccent /dotlessi
  57. /e /eacute /ecircumflex /edieresis /egrave /eight /ellipsis /emdash /endash
  58.  /equal /eth /exclam /exclamdown
  59. /f /fi /five /fl /florin /four /fraction
  60. /g /germandbls /grave /greater /guillemotleft /guillemotright /guilsinglleft
  61.  /guilsinglright
  62. /h /hungarumlaut /hyphen
  63. /i /iacute /icircumflex /idieresis /igrave
  64. /j
  65. /k
  66. /l /less /logicalnot /lslash
  67. /m /macron /minus /mu /multiply
  68. /n /nine /ntilde /numbersign
  69. /o /oacute /ocircumflex /odieresis /oe /ogonek /ograve /one /onehalf
  70.  /onequarter /onesuperior /ordfeminine /ordmasculine /oslash /otilde
  71. /p /paragraph /parenleft /parenright /percent /period /periodcentered
  72.  /perthousand /plus /plusminus
  73. /q /question /questiondown /quotedbl /quotedblbase /quotedblleft
  74.  /quotedblright /quoteleft /quoteright /quotesinglbase /quotesingle
  75. /r /registered /ring
  76. /s /scaron /section /semicolon /seven /six /slash /space /sterling
  77. /t /thorn /three /threequarters /threesuperior /tilde /trademark /two
  78.  /twosuperior
  79. /u /uacute /ucircumflex /udieresis /ugrave /underscore
  80. /v
  81. /w
  82. /x
  83. /y /yacute /ydieresis /yen
  84. /z /zcaron /zero
  85.  
  86. counttomark packedarray exch pop
  87. 8 1 index .registerencoding
  88. .defineencoding
  89. exec
  90.