2 |
- |
1 |
% Copyright (C) 1999, 2000 Aladdin Enterprises. All rights reserved.
|
|
|
2 |
%
|
|
|
3 |
% This software is provided AS-IS with no warranty, either express or
|
|
|
4 |
% implied.
|
|
|
5 |
%
|
|
|
6 |
% This software is distributed under license and may not be copied,
|
|
|
7 |
% modified or distributed except as expressly authorized under the terms
|
|
|
8 |
% of the license contained in the file LICENSE in this distribution.
|
|
|
9 |
%
|
|
|
10 |
% For more information about licensing, please refer to
|
|
|
11 |
% http://www.ghostscript.com/licensing/. For information on
|
|
|
12 |
% commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
13 |
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
14 |
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
15 |
|
|
|
16 |
% $Id: gs_lgo_e.ps,v 1.5 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the Adobe "original" Latin glyph set.
|
|
|
18 |
% This is not an Encoding strictly speaking, but we treat it like one.
|
|
|
19 |
/currentglobal where
|
|
|
20 |
{ pop currentglobal { setglobal } true setglobal }
|
|
|
21 |
{ { } }
|
|
|
22 |
ifelse
|
|
|
23 |
/AdobeLatinOriginalGlyphEncoding mark
|
|
|
24 |
|
|
|
25 |
/.notdef
|
|
|
26 |
/A /AE /Aacute /Acircumflex /Adieresis /Agrave /Aring /Atilde
|
|
|
27 |
/B
|
|
|
28 |
/C /Ccedilla
|
|
|
29 |
/D
|
|
|
30 |
/E /Eacute /Ecircumflex /Edieresis /Egrave /Eth
|
|
|
31 |
/F
|
|
|
32 |
/G
|
|
|
33 |
/H
|
|
|
34 |
/I /Iacute /Icircumflex /Idieresis /Igrave
|
|
|
35 |
/J
|
|
|
36 |
/K
|
|
|
37 |
/L /Lslash
|
|
|
38 |
/M
|
|
|
39 |
/N /Ntilde
|
|
|
40 |
/O /OE /Oacute /Ocircumflex /Odieresis /Ograve /Oslash /Otilde
|
|
|
41 |
/P
|
|
|
42 |
/Q
|
|
|
43 |
/R
|
|
|
44 |
/S /Scaron
|
|
|
45 |
/T /Thorn
|
|
|
46 |
/U /Uacute /Ucircumflex /Udieresis /Ugrave
|
|
|
47 |
/V
|
|
|
48 |
/W
|
|
|
49 |
/X
|
|
|
50 |
/Y /Yacute /Ydieresis
|
|
|
51 |
/Z /Zcaron
|
|
|
52 |
/a /aacute /acircumflex /acute /adieresis /ae /agrave /ampersand /aring
|
|
|
53 |
/asciicircum /asciitilde /asterisk /at /atilde
|
|
|
54 |
/b /backslash /bar /braceleft /braceright /bracketleft /bracketright /breve
|
|
|
55 |
/brokenbar /bullet
|
|
|
56 |
/c /caron /ccedilla /cedilla /cent /circumflex /colon /comma /copyright
|
|
|
57 |
/currency
|
|
|
58 |
/d /dagger /daggerdbl /degree /dieresis /divide /dollar /dotaccent /dotlessi
|
|
|
59 |
/e /eacute /ecircumflex /edieresis /egrave /eight /ellipsis /emdash /endash
|
|
|
60 |
/equal /eth /exclam /exclamdown
|
|
|
61 |
/f /fi /five /fl /florin /four /fraction
|
|
|
62 |
/g /germandbls /grave /greater /guillemotleft /guillemotright /guilsinglleft
|
|
|
63 |
/guilsinglright
|
|
|
64 |
/h /hungarumlaut /hyphen
|
|
|
65 |
/i /iacute /icircumflex /idieresis /igrave
|
|
|
66 |
/j
|
|
|
67 |
/k
|
|
|
68 |
/l /less /logicalnot /lslash
|
|
|
69 |
/m /macron /minus /mu /multiply
|
|
|
70 |
/n /nine /ntilde /numbersign
|
|
|
71 |
/o /oacute /ocircumflex /odieresis /oe /ogonek /ograve /one /onehalf
|
|
|
72 |
/onequarter /onesuperior /ordfeminine /ordmasculine /oslash /otilde
|
|
|
73 |
/p /paragraph /parenleft /parenright /percent /period /periodcentered
|
|
|
74 |
/perthousand /plus /plusminus
|
|
|
75 |
/q /question /questiondown /quotedbl /quotedblbase /quotedblleft
|
|
|
76 |
/quotedblright /quoteleft /quoteright /quotesinglbase /quotesingle
|
|
|
77 |
/r /registered /ring
|
|
|
78 |
/s /scaron /section /semicolon /seven /six /slash /space /sterling
|
|
|
79 |
/t /thorn /three /threequarters /threesuperior /tilde /trademark /two
|
|
|
80 |
/twosuperior
|
|
|
81 |
/u /uacute /ucircumflex /udieresis /ugrave /underscore
|
|
|
82 |
/v
|
|
|
83 |
/w
|
|
|
84 |
/x
|
|
|
85 |
/y /yacute /ydieresis /yen
|
|
|
86 |
/z /zcaron /zero
|
|
|
87 |
|
|
|
88 |
counttomark packedarray exch pop
|
|
|
89 |
8 1 index .registerencoding
|
|
|
90 |
.defineencoding
|
|
|
91 |
exec
|