123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- % Copyright (C) 1999, 2000 Aladdin Enterprises. All rights reserved.
- %
- % This file is part of AFPL Ghostscript.
- %
- % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
- % distributor accepts any responsibility for the consequences of using it, or
- % for whether it serves any particular purpose or works at all, unless he or
- % she says so in writing. Refer to the Aladdin Free Public License (the
- % "License") for full details.
- %
- % Every copy of AFPL Ghostscript must include a copy of the License, normally
- % in a plain ASCII text file named PUBLIC. The License grants you the right
- % to copy, modify and redistribute AFPL Ghostscript, but only under certain
- % conditions described in the License. Among other things, the License
- % requires that the copyright notice and this notice be preserved on all
- % copies.
- % $Id: gs_lgo_e.ps,v 1.3 2000/09/19 18:29:11 lpd Exp $
- % Define the Adobe "original" Latin glyph set.
- % This is not an Encoding strictly speaking, but we treat it like one.
- /currentglobal where
- { pop currentglobal { setglobal } true setglobal }
- { { } }
- ifelse
- /AdobeLatinOriginalGlyphEncoding mark
- /.notdef
- /A /AE /Aacute /Acircumflex /Adieresis /Agrave /Aring /Atilde
- /B
- /C /Ccedilla
- /D
- /E /Eacute /Ecircumflex /Edieresis /Egrave /Eth
- /F
- /G
- /H
- /I /Iacute /Icircumflex /Idieresis /Igrave
- /J
- /K
- /L /Lslash
- /M
- /N /Ntilde
- /O /OE /Oacute /Ocircumflex /Odieresis /Ograve /Oslash /Otilde
- /P
- /Q
- /R
- /S /Scaron
- /T /Thorn
- /U /Uacute /Ucircumflex /Udieresis /Ugrave
- /V
- /W
- /X
- /Y /Yacute /Ydieresis
- /Z /Zcaron
- /a /aacute /acircumflex /acute /adieresis /ae /agrave /ampersand /aring
- /asciicircum /asciitilde /asterisk /at /atilde
- /b /backslash /bar /braceleft /braceright /bracketleft /bracketright /breve
- /brokenbar /bullet
- /c /caron /ccedilla /cedilla /cent /circumflex /colon /comma /copyright
- /currency
- /d /dagger /daggerdbl /degree /dieresis /divide /dollar /dotaccent /dotlessi
- /e /eacute /ecircumflex /edieresis /egrave /eight /ellipsis /emdash /endash
- /equal /eth /exclam /exclamdown
- /f /fi /five /fl /florin /four /fraction
- /g /germandbls /grave /greater /guillemotleft /guillemotright /guilsinglleft
- /guilsinglright
- /h /hungarumlaut /hyphen
- /i /iacute /icircumflex /idieresis /igrave
- /j
- /k
- /l /less /logicalnot /lslash
- /m /macron /minus /mu /multiply
- /n /nine /ntilde /numbersign
- /o /oacute /ocircumflex /odieresis /oe /ogonek /ograve /one /onehalf
- /onequarter /onesuperior /ordfeminine /ordmasculine /oslash /otilde
- /p /paragraph /parenleft /parenright /percent /period /periodcentered
- /perthousand /plus /plusminus
- /q /question /questiondown /quotedbl /quotedblbase /quotedblleft
- /quotedblright /quoteleft /quoteright /quotesinglbase /quotesingle
- /r /registered /ring
- /s /scaron /section /semicolon /seven /six /slash /space /sterling
- /t /thorn /three /threequarters /threesuperior /tilde /trademark /two
- /twosuperior
- /u /uacute /ucircumflex /udieresis /ugrave /underscore
- /v
- /w
- /x
- /y /yacute /ydieresis /yen
- /z /zcaron /zero
- counttomark packedarray exch pop
- 8 1 index .registerencoding
- .defineencoding
- exec
|