2 |
- |
1 |
% Copyright (C) 1999 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_lgx_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the Adobe "extension" 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 |
/AdobeLatinExtensionGlyphEncoding mark
|
|
|
24 |
|
|
|
25 |
/Abreve /Amacron /Aogonek
|
|
|
26 |
/Cacute /Ccaron /Dcaron
|
|
|
27 |
/Dcroat /Delta
|
|
|
28 |
/Ecaron /Edotaccent /Emacron /Eogonek
|
|
|
29 |
/Gbreve /Gcommaaccent
|
|
|
30 |
/Idotaccent /Imacron /Iogonek
|
|
|
31 |
/Kcommaaccent
|
|
|
32 |
/Lacute /Lcaron /Lcommaaccent
|
|
|
33 |
/Nacute /Ncaron /Ncommaaccent
|
|
|
34 |
/Ohungarumlaut /Omacron
|
|
|
35 |
/Racute /Rcaron /Rcommaaccent
|
|
|
36 |
/Sacute /Scedilla /Scommaaccent
|
|
|
37 |
/Tcaron /Tcommaaccent
|
|
|
38 |
/Uhungarumlaut /Umacron /Uogonek /Uring
|
|
|
39 |
/Zacute /Zdotaccent
|
|
|
40 |
/abreve /amacron /aogonek
|
|
|
41 |
/cacute /ccaron /commaaccent
|
|
|
42 |
/dcaron /dcroat
|
|
|
43 |
/ecaron /edotaccent /emacron /eogonek
|
|
|
44 |
/gbreve /gcommaaccent /greaterequal
|
|
|
45 |
/imacron /iogonek
|
|
|
46 |
/kcommaaccent
|
|
|
47 |
/lacute /lcaron /lcommaaccent /lessequal /lozenge
|
|
|
48 |
/nacute /ncaron /ncommaaccent /notequal
|
|
|
49 |
/ohungarumlaut /omacron
|
|
|
50 |
/partialdiff
|
|
|
51 |
/racute /radical /rcaron /rcommaaccent
|
|
|
52 |
/sacute /scedilla /scommaaccent /summation
|
|
|
53 |
/tcaron /tcommaaccent
|
|
|
54 |
/uhungarumlaut /umacron /uogonek /uring
|
|
|
55 |
/zacute /zdotaccent
|
|
|
56 |
|
|
|
57 |
counttomark packedarray exch pop
|
|
|
58 |
9 1 index .registerencoding
|
|
|
59 |
.defineencoding
|
|
|
60 |
exec
|