2 |
- |
1 |
% Copyright (C) 1994, 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_mro_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the MacRoman encoding vector.
|
|
|
18 |
/currentglobal where
|
|
|
19 |
{ pop currentglobal { setglobal } true setglobal }
|
|
|
20 |
{ { } }
|
|
|
21 |
ifelse
|
|
|
22 |
/MacRomanEncoding
|
|
|
23 |
StandardEncoding 0 39 getinterval aload pop
|
|
|
24 |
/quotesingle
|
|
|
25 |
StandardEncoding 40 56 getinterval aload pop
|
|
|
26 |
/grave
|
|
|
27 |
StandardEncoding 97 31 getinterval aload pop
|
|
|
28 |
% \20x
|
|
|
29 |
/Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute
|
|
|
30 |
/agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave
|
|
|
31 |
/ecircumflex /edieresis /iacute /igrave
|
|
|
32 |
/icircumflex /idieresis /ntilde /oacute
|
|
|
33 |
/ograve /ocircumflex /odieresis /otilde
|
|
|
34 |
/uacute /ugrave /ucircumflex /udieresis
|
|
|
35 |
% \24x
|
|
|
36 |
/dagger /degree /cent /sterling /section /bullet /paragraph /germandbls
|
|
|
37 |
/registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash
|
|
|
38 |
/.notdef /plusminus /.notdef /.notdef /yen /mu /.notdef /.notdef
|
|
|
39 |
/.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash
|
|
|
40 |
% \30x
|
|
|
41 |
/questiondown /exclamdown /logicalnot /.notdef
|
|
|
42 |
/florin /.notdef /.notdef /guillemotleft
|
|
|
43 |
/guillemotright /ellipsis /space /Agrave /Atilde /Otilde /OE /oe
|
|
|
44 |
/endash /emdash /quotedblleft /quotedblright
|
|
|
45 |
/quoteleft /quoteright /divide /.notdef
|
|
|
46 |
% NOTE: Euro should replace currency, but the PDF 1.3 documentation
|
|
|
47 |
% explicitly says it does not.
|
|
|
48 |
/ydieresis /Ydieresis /fraction /currency
|
|
|
49 |
/guilsinglleft /guilsinglright /fi /fl
|
|
|
50 |
% \34x
|
|
|
51 |
/daggerdbl /periodcentered /quotesinglbase /quotedblbase
|
|
|
52 |
/perthousand /Acircumflex /Ecircumflex /Aacute
|
|
|
53 |
/Edieresis /Egrave /Iacute /Icircumflex
|
|
|
54 |
/Idieresis /Igrave /Oacute /Ocircumflex
|
|
|
55 |
/.notdef /Ograve /Uacute /Ucircumflex
|
|
|
56 |
/Ugrave /dotlessi /circumflex /tilde
|
|
|
57 |
/macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
|
|
|
58 |
256 packedarray
|
|
|
59 |
5 1 index .registerencoding
|
|
|
60 |
.defineencoding
|
|
|
61 |
exec
|