Home » Personal collection » Acorn hard disk » apps » Printers » RiscOs2/!PrinterPS/PSprolog
RiscOs2/!PrinterPS/PSprolog
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » Printers |
Filename: | RiscOs2/!PrinterPS/PSprolog |
Read OK: | ✔ |
File size: | 27DD bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There are 2 duplicate copies of this file in the archive:
- Personal collection » Acorn ADFS disks » Archimedes » RiscOs_Apps_1.ADF » !PrinterPS/PSprolog
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_RiscOs_Apps_1.adf » !PrinterPS/PSprolog
- Personal collection » Acorn hard disk » apps » Printers » RiscOs2/!PrinterPS/PSprolog
File contents
% > <PDriver$Dir>.<PDriver$PSprologue> % User-editable prologue definitions for the PostScript printer driver % module. % Version 2.03, first used with version 2.04 of the module. %%DocumentFonts: Courier Courier-Oblique Courier-Bold %%+ Courier-BoldOblique Helvetica Helvetica-Oblique Helvetica-Bold %%+ Helvetica-BoldOblique NewCenturySchlbk-Bold Times-Roman %%+ Times-Italic Times-Bold Times-BoldItalic ZapfDingbats %%EndComments % If you add further fonts to the '%%DocumentFonts:' and '%%+" comments % above, make certain that you keep strictly to the format above - in % particular, all names are case-sensitive, exactly one space should % appear between the start of the comment and the first font name on % the line, exactly one space should appear between font names, and % there should no surplus spaces at the ends of lines. % Note also that all PostScript font names quoted in the font % translation data at the bottom of this file should appear in these % comments. % Note for advanced users: the printer driver module will remove % PostScript comments from this file when copying it into the PostScript % output (to avoid excessive amounts of output) according to the % following simple algorithm: % (a) If a line starts with "%%" or "%!", it is copied without any % changes. % (b) If a line starts with a "%" and does not start with "%%" or % "%!", the whole line is removed, including the new line at the % end of it. % (c) If a "%" appears anywhere else in a line that does not start % with "%%" or "%!", it and all characters up to but not including % the following new line are removed. % In the unlikely event that you wish to add some PostScript containing % e.g. a string with a "%" in it, use the "\045" escape sequence % instead. % The printer driver will also compress multiple new lines down to % one new line when copying this file. % CHARACTER ENCODING VECTORS % The following chunk of PostScript defines the ISO 8859-1 Latin 1 % mapping of character codes to PostScript character names, plus % Acorn's extensions to this character encoding. It can be edited if % necessary to produce other encodings. Note that PostScript character % names are case-sensitive. Also note that if you add composite % characters, you must make certain that all their components appear % somewhere in the encoding vector - if necessary, among the unused % codes 0-31. /Latin1Enc [ /dotlessi /ring /.notdef /.notdef % Codes 0-31 (character /.notdef /.notdef /.notdef /.notdef % components required to /.notdef /.notdef /.notdef /.notdef % make all the composite /.notdef /.notdef /.notdef /.notdef % characters work). /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign % Codes 32-63 /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C % Codes 64-95 /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore /grave /a /b /c % Codes 96-127 /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /tilde /.notdef % NB code 127 is unused /.notdef /.notdef /.notdef /.notdef % Codes 128-139 (Wimp characters) /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /bullet % Codes 140-159 (Acorn extensions) /quoteleft /quoteright /guilsinglleft /guilsinglright /quotedblleft /quotedblright /quotedblbase /endash /emdash /minus /OE /oe /dagger /daggerdbl /fi /fl /space /exclamdown /cent /sterling % Codes 160-191 /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde % Codes 192-223 /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde % Codes 224-255 /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ] def % This is an encoding vector for a font that is a subset of % ZapfDingbats. It has some permutations from the original ZapfDingbats % encoding to ensure that a set of convenient varied bullet characters % are all drawn together in the codes &61 to &6F. % These permutations are as follows: % swap &25 (a4) with &61 (a60) % move &34 (a20) to &62 % move &38 (a24) to &63 % swap &48 (a35) with &65 (a64) % move &5D (a56) to &66 % move &70 (a203)to &67 % move &71 (a75) to &68 % swap &72 (a204)with &69 (a68) % move &75 (a78) to &6A % swap &E7 (a177)with &6B (a70) /SelwynEnc [ /.notdef /.notdef /.notdef /.notdef % Codes 0-31 (character /.notdef /.notdef /.notdef /.notdef % components required to /.notdef /.notdef /.notdef /.notdef % make all the composite /.notdef /.notdef /.notdef /.notdef % characters work). /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /a1 /a2 /a202 % Codes 32-63 /a3 /a60 /.notdef /a119 /.notdef /a117 /a11 /a12 /.notdef /a14 /.notdef /.notdef /.notdef /.notdef /.notdef /a19 /.notdef /a21 /a22 /.notdef /.notdef /a25 /a26 /a27 /a28 /a6 /a7 /a8 /a9 /a10 /.notdef /.notdef % Codes 64-95 /.notdef /.notdef /a33 /a34 /a64 /a36 /a37 /.notdef /a39 /a40 /.notdef /.notdef /a43 /a44 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /a54 /a55 /.notdef /a57 /a58 /a59 /a4 /a20 /a24 % Codes 96-127 /a63 /a35 /a56 /a203 /a75 /a204 /a78 /a177 /a71 /a72 /a73 /a74 /.notdef /.notdef /a68 /a76 /a77 /.notdef /a79 /a81 /a82 /a83 /a84 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef % Codes 128-159 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef % Codes 160-191 /.notdef /.notdef /.notdef /.notdef /a112 /a111 /a110 /a109 /a120 /a121 /a122 /a123 /a124 /a125 /a126 /a127 /a128 /a129 /a130 /a131 /a132 /a133 /a134 /a135 /a136 /a137 /a138 /a139 /.notdef /.notdef /.notdef /.notdef % Codes 192-223 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /a161 /a163 /a164 /a196 /a165 /a192 /.notdef /a167 /.notdef /.notdef /.notdef /.notdef /.notdef /a173 /a162 % Codes 224-255 /a174 /a175 /a176 /a70 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /acorn /.notdef /.notdef /.notdef % Acorn character not available, /.notdef /.notdef /.notdef /.notdef % so becomes /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef ] def % Unless you really know what you are doing, do not edit the following % PostScript, except for the indicated possible changes. % The size of the following dictionary can be changed. One entry is used % for each font translation and one entry is used for the system font. /fonts 100 dict def /ChkCh { dup Encoding exch get CharStrings exch known {pop} {Encoding exch /.notdef put} ifelse } bind def /FF { 3 1 roll findfont begin currentdict dup maxlength 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding 3 -1 roll 256 array copy def /Metrics 1 dict def Metrics /.notdef 0 put % Possible change: Delete or comment out the following line if you % want undefined PostScript characters to generate errors rather than % be ignored. 0 1 255 /ChkCh load for dup currentdict end end definefont fonts 3 1 roll put } bind def % The font translation data follows. You can install further % translations by adding lines of the form: % /<RISC OS font name> /<PostScript font name> <encoding name> FF % Note that all names are case-sensitive. Also note that you should % add any additional PostScript font names that appear here to the % '%%DocumentFonts' comment at the head of this file. % This line will take a copy of the PostScript font specified, copy % the specified encoding into it to get the right mapping of character % codes to characters, change the width of the undefined character to % zero and install the result as a new font whose name is the RISC OS % font name. In addition, it checks that all of the characters named % in the encoding vector exist in the font: any that don't are removed % (i.e. replaced by '/.notdef') from the new font's encoding. /Corpus.Medium /Courier Latin1Enc FF /Corpus.Medium.Oblique /Courier-Oblique Latin1Enc FF /Corpus.Bold /Courier-Bold Latin1Enc FF /Corpus.Bold.Oblique /Courier-BoldOblique Latin1Enc FF /Homerton.Medium /Helvetica Latin1Enc FF /Homerton.Medium.Oblique /Helvetica-Oblique Latin1Enc FF /Homerton.Bold /Helvetica-Bold Latin1Enc FF /Homerton.Bold.Oblique /Helvetica-BoldOblique Latin1Enc FF /NewHall.Bold /NewCenturySchlbk-Bold Latin1Enc FF /Selwyn /ZapfDingbats SelwynEnc FF /Trinity.Medium /Times-Roman Latin1Enc FF /Trinity.Medium.Italic /Times-Italic Latin1Enc FF /Trinity.Bold /Times-Bold Latin1Enc FF /Trinity.Bold.Italic /Times-BoldItalic Latin1Enc FF
00000000 25 20 3e 20 3c 50 44 72 69 76 65 72 24 44 69 72 |% > <PDriver$Dir| 00000010 3e 2e 3c 50 44 72 69 76 65 72 24 50 53 70 72 6f |>.<PDriver$PSpro| 00000020 6c 6f 67 75 65 3e 0a 25 20 55 73 65 72 2d 65 64 |logue>.% User-ed| 00000030 69 74 61 62 6c 65 20 70 72 6f 6c 6f 67 75 65 20 |itable prologue | 00000040 64 65 66 69 6e 69 74 69 6f 6e 73 20 66 6f 72 20 |definitions for | 00000050 74 68 65 20 50 6f 73 74 53 63 72 69 70 74 20 70 |the PostScript p| 00000060 72 69 6e 74 65 72 20 64 72 69 76 65 72 0a 25 20 |rinter driver.% | 00000070 6d 6f 64 75 6c 65 2e 0a 25 20 56 65 72 73 69 6f |module..% Versio| 00000080 6e 20 32 2e 30 33 2c 20 66 69 72 73 74 20 75 73 |n 2.03, first us| 00000090 65 64 20 77 69 74 68 20 76 65 72 73 69 6f 6e 20 |ed with version | 000000a0 32 2e 30 34 20 6f 66 20 74 68 65 20 6d 6f 64 75 |2.04 of the modu| 000000b0 6c 65 2e 0a 25 25 44 6f 63 75 6d 65 6e 74 46 6f |le..%%DocumentFo| 000000c0 6e 74 73 3a 20 43 6f 75 72 69 65 72 20 43 6f 75 |nts: Courier Cou| 000000d0 72 69 65 72 2d 4f 62 6c 69 71 75 65 20 43 6f 75 |rier-Oblique Cou| 000000e0 72 69 65 72 2d 42 6f 6c 64 0a 25 25 2b 20 43 6f |rier-Bold.%%+ Co| 000000f0 75 72 69 65 72 2d 42 6f 6c 64 4f 62 6c 69 71 75 |urier-BoldObliqu| 00000100 65 20 48 65 6c 76 65 74 69 63 61 20 48 65 6c 76 |e Helvetica Helv| 00000110 65 74 69 63 61 2d 4f 62 6c 69 71 75 65 20 48 65 |etica-Oblique He| 00000120 6c 76 65 74 69 63 61 2d 42 6f 6c 64 0a 25 25 2b |lvetica-Bold.%%+| 00000130 20 48 65 6c 76 65 74 69 63 61 2d 42 6f 6c 64 4f | Helvetica-BoldO| 00000140 62 6c 69 71 75 65 20 4e 65 77 43 65 6e 74 75 72 |blique NewCentur| 00000150 79 53 63 68 6c 62 6b 2d 42 6f 6c 64 20 54 69 6d |ySchlbk-Bold Tim| 00000160 65 73 2d 52 6f 6d 61 6e 0a 25 25 2b 20 54 69 6d |es-Roman.%%+ Tim| 00000170 65 73 2d 49 74 61 6c 69 63 20 54 69 6d 65 73 2d |es-Italic Times-| 00000180 42 6f 6c 64 20 54 69 6d 65 73 2d 42 6f 6c 64 49 |Bold Times-BoldI| 00000190 74 61 6c 69 63 20 5a 61 70 66 44 69 6e 67 62 61 |talic ZapfDingba| 000001a0 74 73 0a 25 25 45 6e 64 43 6f 6d 6d 65 6e 74 73 |ts.%%EndComments| 000001b0 0a 0a 25 20 49 66 20 79 6f 75 20 61 64 64 20 66 |..% If you add f| 000001c0 75 72 74 68 65 72 20 66 6f 6e 74 73 20 74 6f 20 |urther fonts to | 000001d0 74 68 65 20 27 25 25 44 6f 63 75 6d 65 6e 74 46 |the '%%DocumentF| 000001e0 6f 6e 74 73 3a 27 20 61 6e 64 20 27 25 25 2b 22 |onts:' and '%%+"| 000001f0 20 63 6f 6d 6d 65 6e 74 73 0a 25 20 61 62 6f 76 | comments.% abov| 00000200 65 2c 20 6d 61 6b 65 20 63 65 72 74 61 69 6e 20 |e, make certain | 00000210 74 68 61 74 20 79 6f 75 20 6b 65 65 70 20 73 74 |that you keep st| 00000220 72 69 63 74 6c 79 20 74 6f 20 74 68 65 20 66 6f |rictly to the fo| 00000230 72 6d 61 74 20 61 62 6f 76 65 20 2d 20 69 6e 0a |rmat above - in.| 00000240 25 20 70 61 72 74 69 63 75 6c 61 72 2c 20 61 6c |% particular, al| 00000250 6c 20 6e 61 6d 65 73 20 61 72 65 20 63 61 73 65 |l names are case| 00000260 2d 73 65 6e 73 69 74 69 76 65 2c 20 65 78 61 63 |-sensitive, exac| 00000270 74 6c 79 20 6f 6e 65 20 73 70 61 63 65 20 73 68 |tly one space sh| 00000280 6f 75 6c 64 0a 25 20 61 70 70 65 61 72 20 62 65 |ould.% appear be| 00000290 74 77 65 65 6e 20 74 68 65 20 73 74 61 72 74 20 |tween the start | 000002a0 6f 66 20 74 68 65 20 63 6f 6d 6d 65 6e 74 20 61 |of the comment a| 000002b0 6e 64 20 74 68 65 20 66 69 72 73 74 20 66 6f 6e |nd the first fon| 000002c0 74 20 6e 61 6d 65 20 6f 6e 0a 25 20 74 68 65 20 |t name on.% the | 000002d0 6c 69 6e 65 2c 20 65 78 61 63 74 6c 79 20 6f 6e |line, exactly on| 000002e0 65 20 73 70 61 63 65 20 73 68 6f 75 6c 64 20 61 |e space should a| 000002f0 70 70 65 61 72 20 62 65 74 77 65 65 6e 20 66 6f |ppear between fo| 00000300 6e 74 20 6e 61 6d 65 73 2c 20 61 6e 64 0a 25 20 |nt names, and.% | 00000310 74 68 65 72 65 20 73 68 6f 75 6c 64 20 6e 6f 20 |there should no | 00000320 73 75 72 70 6c 75 73 20 73 70 61 63 65 73 20 61 |surplus spaces a| 00000330 74 20 74 68 65 20 65 6e 64 73 20 6f 66 20 6c 69 |t the ends of li| 00000340 6e 65 73 2e 0a 25 20 20 20 4e 6f 74 65 20 61 6c |nes..% Note al| 00000350 73 6f 20 74 68 61 74 20 61 6c 6c 20 50 6f 73 74 |so that all Post| 00000360 53 63 72 69 70 74 20 66 6f 6e 74 20 6e 61 6d 65 |Script font name| 00000370 73 20 71 75 6f 74 65 64 20 69 6e 20 74 68 65 20 |s quoted in the | 00000380 66 6f 6e 74 0a 25 20 74 72 61 6e 73 6c 61 74 69 |font.% translati| 00000390 6f 6e 20 64 61 74 61 20 61 74 20 74 68 65 20 62 |on data at the b| 000003a0 6f 74 74 6f 6d 20 6f 66 20 74 68 69 73 20 66 69 |ottom of this fi| 000003b0 6c 65 20 73 68 6f 75 6c 64 20 61 70 70 65 61 72 |le should appear| 000003c0 20 69 6e 20 74 68 65 73 65 0a 25 20 63 6f 6d 6d | in these.% comm| 000003d0 65 6e 74 73 2e 0a 0a 25 20 4e 6f 74 65 20 66 6f |ents...% Note fo| 000003e0 72 20 61 64 76 61 6e 63 65 64 20 75 73 65 72 73 |r advanced users| 000003f0 3a 20 74 68 65 20 70 72 69 6e 74 65 72 20 64 72 |: the printer dr| 00000400 69 76 65 72 20 6d 6f 64 75 6c 65 20 77 69 6c 6c |iver module will| 00000410 20 72 65 6d 6f 76 65 0a 25 20 50 6f 73 74 53 63 | remove.% PostSc| 00000420 72 69 70 74 20 63 6f 6d 6d 65 6e 74 73 20 66 72 |ript comments fr| 00000430 6f 6d 20 74 68 69 73 20 66 69 6c 65 20 77 68 65 |om this file whe| 00000440 6e 20 63 6f 70 79 69 6e 67 20 69 74 20 69 6e 74 |n copying it int| 00000450 6f 20 74 68 65 20 50 6f 73 74 53 63 72 69 70 74 |o the PostScript| 00000460 0a 25 20 6f 75 74 70 75 74 20 28 74 6f 20 61 76 |.% output (to av| 00000470 6f 69 64 20 65 78 63 65 73 73 69 76 65 20 61 6d |oid excessive am| 00000480 6f 75 6e 74 73 20 6f 66 20 6f 75 74 70 75 74 29 |ounts of output)| 00000490 20 61 63 63 6f 72 64 69 6e 67 20 74 6f 20 74 68 | according to th| 000004a0 65 0a 25 20 66 6f 6c 6c 6f 77 69 6e 67 20 73 69 |e.% following si| 000004b0 6d 70 6c 65 20 61 6c 67 6f 72 69 74 68 6d 3a 0a |mple algorithm:.| 000004c0 25 20 20 20 28 61 29 20 49 66 20 61 20 6c 69 6e |% (a) If a lin| 000004d0 65 20 73 74 61 72 74 73 20 77 69 74 68 20 22 25 |e starts with "%| 000004e0 25 22 20 6f 72 20 22 25 21 22 2c 20 69 74 20 69 |%" or "%!", it i| 000004f0 73 20 63 6f 70 69 65 64 20 77 69 74 68 6f 75 74 |s copied without| 00000500 20 61 6e 79 0a 25 20 20 20 20 20 20 20 63 68 61 | any.% cha| 00000510 6e 67 65 73 2e 0a 25 20 20 20 28 62 29 20 49 66 |nges..% (b) If| 00000520 20 61 20 6c 69 6e 65 20 73 74 61 72 74 73 20 77 | a line starts w| 00000530 69 74 68 20 61 20 22 25 22 20 61 6e 64 20 64 6f |ith a "%" and do| 00000540 65 73 20 6e 6f 74 20 73 74 61 72 74 20 77 69 74 |es not start wit| 00000550 68 20 22 25 25 22 20 6f 72 0a 25 20 20 20 20 20 |h "%%" or.% | 00000560 20 20 22 25 21 22 2c 20 74 68 65 20 77 68 6f 6c | "%!", the whol| 00000570 65 20 6c 69 6e 65 20 69 73 20 72 65 6d 6f 76 65 |e line is remove| 00000580 64 2c 20 69 6e 63 6c 75 64 69 6e 67 20 74 68 65 |d, including the| 00000590 20 6e 65 77 20 6c 69 6e 65 20 61 74 20 74 68 65 | new line at the| 000005a0 0a 25 20 20 20 20 20 20 20 65 6e 64 20 6f 66 20 |.% end of | 000005b0 69 74 2e 0a 25 20 20 20 28 63 29 20 49 66 20 61 |it..% (c) If a| 000005c0 20 22 25 22 20 61 70 70 65 61 72 73 20 61 6e 79 | "%" appears any| 000005d0 77 68 65 72 65 20 65 6c 73 65 20 69 6e 20 61 20 |where else in a | 000005e0 6c 69 6e 65 20 74 68 61 74 20 64 6f 65 73 20 6e |line that does n| 000005f0 6f 74 20 73 74 61 72 74 0a 25 20 20 20 20 20 20 |ot start.% | 00000600 20 77 69 74 68 20 22 25 25 22 20 6f 72 20 22 25 | with "%%" or "%| 00000610 21 22 2c 20 69 74 20 61 6e 64 20 61 6c 6c 20 63 |!", it and all c| 00000620 68 61 72 61 63 74 65 72 73 20 75 70 20 74 6f 20 |haracters up to | 00000630 62 75 74 20 6e 6f 74 20 69 6e 63 6c 75 64 69 6e |but not includin| 00000640 67 0a 25 20 20 20 20 20 20 20 74 68 65 20 66 6f |g.% the fo| 00000650 6c 6c 6f 77 69 6e 67 20 6e 65 77 20 6c 69 6e 65 |llowing new line| 00000660 20 61 72 65 20 72 65 6d 6f 76 65 64 2e 0a 25 20 | are removed..% | 00000670 49 6e 20 74 68 65 20 75 6e 6c 69 6b 65 6c 79 20 |In the unlikely | 00000680 65 76 65 6e 74 20 74 68 61 74 20 79 6f 75 20 77 |event that you w| 00000690 69 73 68 20 74 6f 20 61 64 64 20 73 6f 6d 65 20 |ish to add some | 000006a0 50 6f 73 74 53 63 72 69 70 74 20 63 6f 6e 74 61 |PostScript conta| 000006b0 69 6e 69 6e 67 0a 25 20 65 2e 67 2e 20 61 20 73 |ining.% e.g. a s| 000006c0 74 72 69 6e 67 20 77 69 74 68 20 61 20 22 25 22 |tring with a "%"| 000006d0 20 69 6e 20 69 74 2c 20 75 73 65 20 74 68 65 20 | in it, use the | 000006e0 22 5c 30 34 35 22 20 65 73 63 61 70 65 20 73 65 |"\045" escape se| 000006f0 71 75 65 6e 63 65 0a 25 20 69 6e 73 74 65 61 64 |quence.% instead| 00000700 2e 0a 25 20 20 20 54 68 65 20 70 72 69 6e 74 65 |..% The printe| 00000710 72 20 64 72 69 76 65 72 20 77 69 6c 6c 20 61 6c |r driver will al| 00000720 73 6f 20 63 6f 6d 70 72 65 73 73 20 6d 75 6c 74 |so compress mult| 00000730 69 70 6c 65 20 6e 65 77 20 6c 69 6e 65 73 20 64 |iple new lines d| 00000740 6f 77 6e 20 74 6f 0a 25 20 6f 6e 65 20 6e 65 77 |own to.% one new| 00000750 20 6c 69 6e 65 20 77 68 65 6e 20 63 6f 70 79 69 | line when copyi| 00000760 6e 67 20 74 68 69 73 20 66 69 6c 65 2e 0a 0a 25 |ng this file...%| 00000770 20 43 48 41 52 41 43 54 45 52 20 45 4e 43 4f 44 | CHARACTER ENCOD| 00000780 49 4e 47 20 56 45 43 54 4f 52 53 0a 0a 25 20 54 |ING VECTORS..% T| 00000790 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 63 68 75 |he following chu| 000007a0 6e 6b 20 6f 66 20 50 6f 73 74 53 63 72 69 70 74 |nk of PostScript| 000007b0 20 64 65 66 69 6e 65 73 20 74 68 65 20 49 53 4f | defines the ISO| 000007c0 20 38 38 35 39 2d 31 20 4c 61 74 69 6e 20 31 0a | 8859-1 Latin 1.| 000007d0 25 20 6d 61 70 70 69 6e 67 20 6f 66 20 63 68 61 |% mapping of cha| 000007e0 72 61 63 74 65 72 20 63 6f 64 65 73 20 74 6f 20 |racter codes to | 000007f0 50 6f 73 74 53 63 72 69 70 74 20 63 68 61 72 61 |PostScript chara| 00000800 63 74 65 72 20 6e 61 6d 65 73 2c 20 70 6c 75 73 |cter names, plus| 00000810 0a 25 20 41 63 6f 72 6e 27 73 20 65 78 74 65 6e |.% Acorn's exten| 00000820 73 69 6f 6e 73 20 74 6f 20 74 68 69 73 20 63 68 |sions to this ch| 00000830 61 72 61 63 74 65 72 20 65 6e 63 6f 64 69 6e 67 |aracter encoding| 00000840 2e 20 49 74 20 63 61 6e 20 62 65 20 65 64 69 74 |. It can be edit| 00000850 65 64 20 69 66 0a 25 20 6e 65 63 65 73 73 61 72 |ed if.% necessar| 00000860 79 20 74 6f 20 70 72 6f 64 75 63 65 20 6f 74 68 |y to produce oth| 00000870 65 72 20 65 6e 63 6f 64 69 6e 67 73 2e 20 4e 6f |er encodings. No| 00000880 74 65 20 74 68 61 74 20 50 6f 73 74 53 63 72 69 |te that PostScri| 00000890 70 74 20 63 68 61 72 61 63 74 65 72 0a 25 20 6e |pt character.% n| 000008a0 61 6d 65 73 20 61 72 65 20 63 61 73 65 2d 73 65 |ames are case-se| 000008b0 6e 73 69 74 69 76 65 2e 20 41 6c 73 6f 20 6e 6f |nsitive. Also no| 000008c0 74 65 20 74 68 61 74 20 69 66 20 79 6f 75 20 61 |te that if you a| 000008d0 64 64 20 63 6f 6d 70 6f 73 69 74 65 0a 25 20 63 |dd composite.% c| 000008e0 68 61 72 61 63 74 65 72 73 2c 20 79 6f 75 20 6d |haracters, you m| 000008f0 75 73 74 20 6d 61 6b 65 20 63 65 72 74 61 69 6e |ust make certain| 00000900 20 74 68 61 74 20 61 6c 6c 20 74 68 65 69 72 20 | that all their | 00000910 63 6f 6d 70 6f 6e 65 6e 74 73 20 61 70 70 65 61 |components appea| 00000920 72 0a 25 20 73 6f 6d 65 77 68 65 72 65 20 69 6e |r.% somewhere in| 00000930 20 74 68 65 20 65 6e 63 6f 64 69 6e 67 20 76 65 | the encoding ve| 00000940 63 74 6f 72 20 2d 20 69 66 20 6e 65 63 65 73 73 |ctor - if necess| 00000950 61 72 79 2c 20 61 6d 6f 6e 67 20 74 68 65 20 75 |ary, among the u| 00000960 6e 75 73 65 64 0a 25 20 63 6f 64 65 73 20 30 2d |nused.% codes 0-| 00000970 33 31 2e 0a 0a 2f 4c 61 74 69 6e 31 45 6e 63 20 |31.../Latin1Enc | 00000980 5b 0a 2f 64 6f 74 6c 65 73 73 69 20 2f 72 69 6e |[./dotlessi /rin| 00000990 67 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |g /.notdef /.not| 000009a0 64 65 66 20 20 20 20 20 20 20 25 20 43 6f 64 65 |def % Code| 000009b0 73 20 30 2d 33 31 20 28 63 68 61 72 61 63 74 65 |s 0-31 (characte| 000009c0 72 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |r./.notdef /.not| 000009d0 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 000009e0 6f 74 64 65 66 20 20 20 20 20 25 20 20 20 63 6f |otdef % co| 000009f0 6d 70 6f 6e 65 6e 74 73 20 72 65 71 75 69 72 65 |mponents require| 00000a00 64 20 74 6f 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e |d to./.notdef /.| 00000a10 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 |notdef /.notdef | 00000a20 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 25 20 20 |/.notdef % | 00000a30 20 6d 61 6b 65 20 61 6c 6c 20 74 68 65 20 63 6f | make all the co| 00000a40 6d 70 6f 73 69 74 65 0a 2f 2e 6e 6f 74 64 65 66 |mposite./.notdef| 00000a50 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00000a60 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 |ef /.notdef | 00000a70 25 20 20 20 63 68 61 72 61 63 74 65 72 73 20 77 |% characters w| 00000a80 6f 72 6b 29 2e 0a 2f 2e 6e 6f 74 64 65 66 20 2f |ork)../.notdef /| 00000a90 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00000aa0 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 | /.notdef./.notd| 00000ab0 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef /.notdef /.no| 00000ac0 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e |tdef /.notdef./.| 00000ad0 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 |notdef /.notdef | 00000ae0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00000af0 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |f./.notdef /.not| 00000b00 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00000b10 6f 74 64 65 66 0a 2f 73 70 61 63 65 20 2f 65 78 |otdef./space /ex| 00000b20 63 6c 61 6d 20 2f 71 75 6f 74 65 64 62 6c 20 2f |clam /quotedbl /| 00000b30 6e 75 6d 62 65 72 73 69 67 6e 20 20 20 20 25 20 |numbersign % | 00000b40 43 6f 64 65 73 20 33 32 2d 36 33 0a 2f 64 6f 6c |Codes 32-63./dol| 00000b50 6c 61 72 20 2f 70 65 72 63 65 6e 74 20 2f 61 6d |lar /percent /am| 00000b60 70 65 72 73 61 6e 64 20 2f 71 75 6f 74 65 73 69 |persand /quotesi| 00000b70 6e 67 6c 65 0a 2f 70 61 72 65 6e 6c 65 66 74 20 |ngle./parenleft | 00000b80 2f 70 61 72 65 6e 72 69 67 68 74 20 2f 61 73 74 |/parenright /ast| 00000b90 65 72 69 73 6b 20 2f 70 6c 75 73 0a 2f 63 6f 6d |erisk /plus./com| 00000ba0 6d 61 20 2f 68 79 70 68 65 6e 20 2f 70 65 72 69 |ma /hyphen /peri| 00000bb0 6f 64 20 2f 73 6c 61 73 68 0a 2f 7a 65 72 6f 20 |od /slash./zero | 00000bc0 2f 6f 6e 65 20 2f 74 77 6f 20 2f 74 68 72 65 65 |/one /two /three| 00000bd0 0a 2f 66 6f 75 72 20 2f 66 69 76 65 20 2f 73 69 |./four /five /si| 00000be0 78 20 2f 73 65 76 65 6e 0a 2f 65 69 67 68 74 20 |x /seven./eight | 00000bf0 2f 6e 69 6e 65 20 2f 63 6f 6c 6f 6e 20 2f 73 65 |/nine /colon /se| 00000c00 6d 69 63 6f 6c 6f 6e 0a 2f 6c 65 73 73 20 2f 65 |micolon./less /e| 00000c10 71 75 61 6c 20 2f 67 72 65 61 74 65 72 20 2f 71 |qual /greater /q| 00000c20 75 65 73 74 69 6f 6e 0a 2f 61 74 20 2f 41 20 2f |uestion./at /A /| 00000c30 42 20 2f 43 20 20 20 20 20 20 20 20 20 20 20 20 |B /C | 00000c40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000c50 25 20 43 6f 64 65 73 20 36 34 2d 39 35 0a 2f 44 |% Codes 64-95./D| 00000c60 20 2f 45 20 2f 46 20 2f 47 0a 2f 48 20 2f 49 20 | /E /F /G./H /I | 00000c70 2f 4a 20 2f 4b 0a 2f 4c 20 2f 4d 20 2f 4e 20 2f |/J /K./L /M /N /| 00000c80 4f 0a 2f 50 20 2f 51 20 2f 52 20 2f 53 0a 2f 54 |O./P /Q /R /S./T| 00000c90 20 2f 55 20 2f 56 20 2f 57 0a 2f 58 20 2f 59 20 | /U /V /W./X /Y | 00000ca0 2f 5a 20 2f 62 72 61 63 6b 65 74 6c 65 66 74 0a |/Z /bracketleft.| 00000cb0 2f 62 61 63 6b 73 6c 61 73 68 20 2f 62 72 61 63 |/backslash /brac| 00000cc0 6b 65 74 72 69 67 68 74 20 2f 63 69 72 63 75 6d |ketright /circum| 00000cd0 66 6c 65 78 20 2f 75 6e 64 65 72 73 63 6f 72 65 |flex /underscore| 00000ce0 0a 2f 67 72 61 76 65 20 2f 61 20 2f 62 20 2f 63 |./grave /a /b /c| 00000cf0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000d00 20 20 20 20 20 20 20 20 20 25 20 43 6f 64 65 73 | % Codes| 00000d10 20 39 36 2d 31 32 37 0a 2f 64 20 2f 65 20 2f 66 | 96-127./d /e /f| 00000d20 20 2f 67 0a 2f 68 20 2f 69 20 2f 6a 20 2f 6b 0a | /g./h /i /j /k.| 00000d30 2f 6c 20 2f 6d 20 2f 6e 20 2f 6f 0a 2f 70 20 2f |/l /m /n /o./p /| 00000d40 71 20 2f 72 20 2f 73 0a 2f 74 20 2f 75 20 2f 76 |q /r /s./t /u /v| 00000d50 20 2f 77 0a 2f 78 20 2f 79 20 2f 7a 20 2f 62 72 | /w./x /y /z /br| 00000d60 61 63 65 6c 65 66 74 0a 2f 62 61 72 20 2f 62 72 |aceleft./bar /br| 00000d70 61 63 65 72 69 67 68 74 20 2f 74 69 6c 64 65 20 |aceright /tilde | 00000d80 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 20 20 20 |/.notdef | 00000d90 25 20 4e 42 20 63 6f 64 65 20 31 32 37 20 69 73 |% NB code 127 is| 00000da0 20 75 6e 75 73 65 64 0a 2f 2e 6e 6f 74 64 65 66 | unused./.notdef| 00000db0 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00000dc0 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 |ef /.notdef | 00000dd0 25 20 43 6f 64 65 73 20 31 32 38 2d 31 33 39 20 |% Codes 128-139 | 00000de0 28 57 69 6d 70 20 63 68 61 72 61 63 74 65 72 73 |(Wimp characters| 00000df0 29 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |)./.notdef /.not| 00000e00 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00000e10 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f |otdef./.notdef /| 00000e20 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00000e30 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 | /.notdef./.notd| 00000e40 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef /.notdef /.no| 00000e50 74 64 65 66 20 2f 62 75 6c 6c 65 74 20 20 20 20 |tdef /bullet | 00000e60 20 20 25 20 43 6f 64 65 73 20 31 34 30 2d 31 35 | % Codes 140-15| 00000e70 39 20 28 41 63 6f 72 6e 20 65 78 74 65 6e 73 69 |9 (Acorn extensi| 00000e80 6f 6e 73 29 0a 2f 71 75 6f 74 65 6c 65 66 74 20 |ons)./quoteleft | 00000e90 2f 71 75 6f 74 65 72 69 67 68 74 20 2f 67 75 69 |/quoteright /gui| 00000ea0 6c 73 69 6e 67 6c 6c 65 66 74 20 2f 67 75 69 6c |lsinglleft /guil| 00000eb0 73 69 6e 67 6c 72 69 67 68 74 0a 2f 71 75 6f 74 |singlright./quot| 00000ec0 65 64 62 6c 6c 65 66 74 20 2f 71 75 6f 74 65 64 |edblleft /quoted| 00000ed0 62 6c 72 69 67 68 74 20 2f 71 75 6f 74 65 64 62 |blright /quotedb| 00000ee0 6c 62 61 73 65 20 2f 65 6e 64 61 73 68 0a 2f 65 |lbase /endash./e| 00000ef0 6d 64 61 73 68 20 2f 6d 69 6e 75 73 20 2f 4f 45 |mdash /minus /OE| 00000f00 20 2f 6f 65 0a 2f 64 61 67 67 65 72 20 2f 64 61 | /oe./dagger /da| 00000f10 67 67 65 72 64 62 6c 20 2f 66 69 20 2f 66 6c 0a |ggerdbl /fi /fl.| 00000f20 2f 73 70 61 63 65 20 2f 65 78 63 6c 61 6d 64 6f |/space /exclamdo| 00000f30 77 6e 20 2f 63 65 6e 74 20 2f 73 74 65 72 6c 69 |wn /cent /sterli| 00000f40 6e 67 20 20 20 20 20 20 25 20 43 6f 64 65 73 20 |ng % Codes | 00000f50 31 36 30 2d 31 39 31 0a 2f 63 75 72 72 65 6e 63 |160-191./currenc| 00000f60 79 20 2f 79 65 6e 20 2f 62 72 6f 6b 65 6e 62 61 |y /yen /brokenba| 00000f70 72 20 2f 73 65 63 74 69 6f 6e 0a 2f 64 69 65 72 |r /section./dier| 00000f80 65 73 69 73 20 2f 63 6f 70 79 72 69 67 68 74 20 |esis /copyright | 00000f90 2f 6f 72 64 66 65 6d 69 6e 69 6e 65 20 2f 67 75 |/ordfeminine /gu| 00000fa0 69 6c 6c 65 6d 6f 74 6c 65 66 74 0a 2f 6c 6f 67 |illemotleft./log| 00000fb0 69 63 61 6c 6e 6f 74 20 2f 68 79 70 68 65 6e 20 |icalnot /hyphen | 00000fc0 2f 72 65 67 69 73 74 65 72 65 64 20 2f 6d 61 63 |/registered /mac| 00000fd0 72 6f 6e 0a 2f 64 65 67 72 65 65 20 2f 70 6c 75 |ron./degree /plu| 00000fe0 73 6d 69 6e 75 73 20 2f 74 77 6f 73 75 70 65 72 |sminus /twosuper| 00000ff0 69 6f 72 20 2f 74 68 72 65 65 73 75 70 65 72 69 |ior /threesuperi| 00001000 6f 72 0a 2f 61 63 75 74 65 20 2f 6d 75 20 2f 70 |or./acute /mu /p| 00001010 61 72 61 67 72 61 70 68 20 2f 70 65 72 69 6f 64 |aragraph /period| 00001020 63 65 6e 74 65 72 65 64 0a 2f 63 65 64 69 6c 6c |centered./cedill| 00001030 61 20 2f 6f 6e 65 73 75 70 65 72 69 6f 72 20 2f |a /onesuperior /| 00001040 6f 72 64 6d 61 73 63 75 6c 69 6e 65 20 2f 67 75 |ordmasculine /gu| 00001050 69 6c 6c 65 6d 6f 74 72 69 67 68 74 0a 2f 6f 6e |illemotright./on| 00001060 65 71 75 61 72 74 65 72 20 2f 6f 6e 65 68 61 6c |equarter /onehal| 00001070 66 20 2f 74 68 72 65 65 71 75 61 72 74 65 72 73 |f /threequarters| 00001080 20 2f 71 75 65 73 74 69 6f 6e 64 6f 77 6e 0a 2f | /questiondown./| 00001090 41 67 72 61 76 65 20 2f 41 61 63 75 74 65 20 2f |Agrave /Aacute /| 000010a0 41 63 69 72 63 75 6d 66 6c 65 78 20 2f 41 74 69 |Acircumflex /Ati| 000010b0 6c 64 65 20 20 20 20 25 20 43 6f 64 65 73 20 31 |lde % Codes 1| 000010c0 39 32 2d 32 32 33 0a 2f 41 64 69 65 72 65 73 69 |92-223./Adieresi| 000010d0 73 20 2f 41 72 69 6e 67 20 2f 41 45 20 2f 43 63 |s /Aring /AE /Cc| 000010e0 65 64 69 6c 6c 61 0a 2f 45 67 72 61 76 65 20 2f |edilla./Egrave /| 000010f0 45 61 63 75 74 65 20 2f 45 63 69 72 63 75 6d 66 |Eacute /Ecircumf| 00001100 6c 65 78 20 2f 45 64 69 65 72 65 73 69 73 0a 2f |lex /Edieresis./| 00001110 49 67 72 61 76 65 20 2f 49 61 63 75 74 65 20 2f |Igrave /Iacute /| 00001120 49 63 69 72 63 75 6d 66 6c 65 78 20 2f 49 64 69 |Icircumflex /Idi| 00001130 65 72 65 73 69 73 0a 2f 45 74 68 20 2f 4e 74 69 |eresis./Eth /Nti| 00001140 6c 64 65 20 2f 4f 67 72 61 76 65 20 2f 4f 61 63 |lde /Ograve /Oac| 00001150 75 74 65 0a 2f 4f 63 69 72 63 75 6d 66 6c 65 78 |ute./Ocircumflex| 00001160 20 2f 4f 74 69 6c 64 65 20 2f 4f 64 69 65 72 65 | /Otilde /Odiere| 00001170 73 69 73 20 2f 6d 75 6c 74 69 70 6c 79 0a 2f 4f |sis /multiply./O| 00001180 73 6c 61 73 68 20 2f 55 67 72 61 76 65 20 2f 55 |slash /Ugrave /U| 00001190 61 63 75 74 65 20 2f 55 63 69 72 63 75 6d 66 6c |acute /Ucircumfl| 000011a0 65 78 0a 2f 55 64 69 65 72 65 73 69 73 20 2f 59 |ex./Udieresis /Y| 000011b0 61 63 75 74 65 20 2f 54 68 6f 72 6e 20 2f 67 65 |acute /Thorn /ge| 000011c0 72 6d 61 6e 64 62 6c 73 0a 2f 61 67 72 61 76 65 |rmandbls./agrave| 000011d0 20 2f 61 61 63 75 74 65 20 2f 61 63 69 72 63 75 | /aacute /acircu| 000011e0 6d 66 6c 65 78 20 2f 61 74 69 6c 64 65 20 20 20 |mflex /atilde | 000011f0 20 25 20 43 6f 64 65 73 20 32 32 34 2d 32 35 35 | % Codes 224-255| 00001200 0a 2f 61 64 69 65 72 65 73 69 73 20 2f 61 72 69 |./adieresis /ari| 00001210 6e 67 20 2f 61 65 20 2f 63 63 65 64 69 6c 6c 61 |ng /ae /ccedilla| 00001220 0a 2f 65 67 72 61 76 65 20 2f 65 61 63 75 74 65 |./egrave /eacute| 00001230 20 2f 65 63 69 72 63 75 6d 66 6c 65 78 20 2f 65 | /ecircumflex /e| 00001240 64 69 65 72 65 73 69 73 0a 2f 69 67 72 61 76 65 |dieresis./igrave| 00001250 20 2f 69 61 63 75 74 65 20 2f 69 63 69 72 63 75 | /iacute /icircu| 00001260 6d 66 6c 65 78 20 2f 69 64 69 65 72 65 73 69 73 |mflex /idieresis| 00001270 0a 2f 65 74 68 20 2f 6e 74 69 6c 64 65 20 2f 6f |./eth /ntilde /o| 00001280 67 72 61 76 65 20 2f 6f 61 63 75 74 65 0a 2f 6f |grave /oacute./o| 00001290 63 69 72 63 75 6d 66 6c 65 78 20 2f 6f 74 69 6c |circumflex /otil| 000012a0 64 65 20 2f 6f 64 69 65 72 65 73 69 73 20 2f 64 |de /odieresis /d| 000012b0 69 76 69 64 65 0a 2f 6f 73 6c 61 73 68 20 2f 75 |ivide./oslash /u| 000012c0 67 72 61 76 65 20 2f 75 61 63 75 74 65 20 2f 75 |grave /uacute /u| 000012d0 63 69 72 63 75 6d 66 6c 65 78 0a 2f 75 64 69 65 |circumflex./udie| 000012e0 72 65 73 69 73 20 2f 79 61 63 75 74 65 20 2f 74 |resis /yacute /t| 000012f0 68 6f 72 6e 20 2f 79 64 69 65 72 65 73 69 73 0a |horn /ydieresis.| 00001300 5d 20 64 65 66 0a 0a 25 20 54 68 69 73 20 69 73 |] def..% This is| 00001310 20 61 6e 20 65 6e 63 6f 64 69 6e 67 20 76 65 63 | an encoding vec| 00001320 74 6f 72 20 66 6f 72 20 61 20 66 6f 6e 74 20 74 |tor for a font t| 00001330 68 61 74 20 69 73 20 61 20 73 75 62 73 65 74 20 |hat is a subset | 00001340 6f 66 0a 25 20 5a 61 70 66 44 69 6e 67 62 61 74 |of.% ZapfDingbat| 00001350 73 2e 20 49 74 20 68 61 73 20 73 6f 6d 65 20 70 |s. It has some p| 00001360 65 72 6d 75 74 61 74 69 6f 6e 73 20 66 72 6f 6d |ermutations from| 00001370 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 5a 61 | the original Za| 00001380 70 66 44 69 6e 67 62 61 74 73 0a 25 20 65 6e 63 |pfDingbats.% enc| 00001390 6f 64 69 6e 67 20 74 6f 20 65 6e 73 75 72 65 20 |oding to ensure | 000013a0 74 68 61 74 20 61 20 73 65 74 20 6f 66 20 63 6f |that a set of co| 000013b0 6e 76 65 6e 69 65 6e 74 20 76 61 72 69 65 64 20 |nvenient varied | 000013c0 62 75 6c 6c 65 74 20 63 68 61 72 61 63 74 65 72 |bullet character| 000013d0 73 0a 25 20 61 72 65 20 61 6c 6c 20 64 72 61 77 |s.% are all draw| 000013e0 6e 20 74 6f 67 65 74 68 65 72 20 69 6e 20 74 68 |n together in th| 000013f0 65 20 63 6f 64 65 73 20 26 36 31 20 74 6f 20 26 |e codes &61 to &| 00001400 36 46 2e 0a 25 20 54 68 65 73 65 20 70 65 72 6d |6F..% These perm| 00001410 75 74 61 74 69 6f 6e 73 20 61 72 65 20 61 73 20 |utations are as | 00001420 66 6f 6c 6c 6f 77 73 3a 0a 25 20 20 20 73 77 61 |follows:.% swa| 00001430 70 20 26 32 35 20 28 61 34 29 20 20 77 69 74 68 |p &25 (a4) with| 00001440 20 26 36 31 20 28 61 36 30 29 0a 25 20 20 20 6d | &61 (a60).% m| 00001450 6f 76 65 20 26 33 34 20 28 61 32 30 29 20 74 6f |ove &34 (a20) to| 00001460 20 20 20 26 36 32 0a 25 20 20 20 6d 6f 76 65 20 | &62.% move | 00001470 26 33 38 20 28 61 32 34 29 20 74 6f 20 20 20 26 |&38 (a24) to &| 00001480 36 33 0a 25 20 20 20 73 77 61 70 20 26 34 38 20 |63.% swap &48 | 00001490 28 61 33 35 29 20 77 69 74 68 20 26 36 35 20 28 |(a35) with &65 (| 000014a0 61 36 34 29 0a 25 20 20 20 6d 6f 76 65 20 26 35 |a64).% move &5| 000014b0 44 20 28 61 35 36 29 20 74 6f 20 20 20 26 36 36 |D (a56) to &66| 000014c0 0a 25 20 20 20 6d 6f 76 65 20 26 37 30 20 28 61 |.% move &70 (a| 000014d0 32 30 33 29 74 6f 20 20 20 26 36 37 0a 25 20 20 |203)to &67.% | 000014e0 20 6d 6f 76 65 20 26 37 31 20 28 61 37 35 29 20 | move &71 (a75) | 000014f0 74 6f 20 20 20 26 36 38 0a 25 20 20 20 73 77 61 |to &68.% swa| 00001500 70 20 26 37 32 20 28 61 32 30 34 29 77 69 74 68 |p &72 (a204)with| 00001510 20 26 36 39 20 28 61 36 38 29 0a 25 20 20 20 6d | &69 (a68).% m| 00001520 6f 76 65 20 26 37 35 20 28 61 37 38 29 20 74 6f |ove &75 (a78) to| 00001530 20 20 20 26 36 41 0a 25 20 20 20 73 77 61 70 20 | &6A.% swap | 00001540 26 45 37 20 28 61 31 37 37 29 77 69 74 68 20 26 |&E7 (a177)with &| 00001550 36 42 20 28 61 37 30 29 0a 0a 2f 53 65 6c 77 79 |6B (a70)../Selwy| 00001560 6e 45 6e 63 20 5b 0a 2f 2e 6e 6f 74 64 65 66 20 |nEnc [./.notdef | 00001570 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001580 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 25 |f /.notdef %| 00001590 20 43 6f 64 65 73 20 30 2d 33 31 20 28 63 68 61 | Codes 0-31 (cha| 000015a0 72 61 63 74 65 72 0a 2f 2e 6e 6f 74 64 65 66 20 |racter./.notdef | 000015b0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 000015c0 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 20 20 25 |f /.notdef %| 000015d0 20 20 20 63 6f 6d 70 6f 6e 65 6e 74 73 20 72 65 | components re| 000015e0 71 75 69 72 65 64 20 74 6f 0a 2f 2e 6e 6f 74 64 |quired to./.notd| 000015f0 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef /.notdef /.no| 00001600 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 |tdef /.notdef | 00001610 20 20 25 20 20 20 6d 61 6b 65 20 61 6c 6c 20 74 | % make all t| 00001620 68 65 20 63 6f 6d 70 6f 73 69 74 65 0a 2f 2e 6e |he composite./.n| 00001630 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f |otdef /.notdef /| 00001640 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001650 20 20 20 20 20 25 20 20 20 63 68 61 72 61 63 74 | % charact| 00001660 65 72 73 20 77 6f 72 6b 29 2e 0a 2f 2e 6e 6f 74 |ers work)../.not| 00001670 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00001680 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f |otdef /.notdef./| 00001690 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 000016a0 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 000016b0 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef./.notdef /.no| 000016c0 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e |tdef /.notdef /.| 000016d0 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 |notdef./.notdef | 000016e0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 000016f0 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 73 70 61 63 |f /.notdef./spac| 00001700 65 20 2f 61 31 20 2f 61 32 20 2f 61 32 30 32 20 |e /a1 /a2 /a202 | 00001710 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001720 20 20 20 25 20 43 6f 64 65 73 20 33 32 2d 36 33 | % Codes 32-63| 00001730 0a 2f 61 33 20 2f 61 36 30 20 2f 2e 6e 6f 74 64 |./a3 /a60 /.notd| 00001740 65 66 20 2f 61 31 31 39 0a 2f 2e 6e 6f 74 64 65 |ef /a119./.notde| 00001750 66 20 2f 61 31 31 37 20 2f 61 31 31 20 2f 61 31 |f /a117 /a11 /a1| 00001760 32 0a 2f 2e 6e 6f 74 64 65 66 20 2f 61 31 34 20 |2./.notdef /a14 | 00001770 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001780 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |f./.notdef /.not| 00001790 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 61 31 |def /.notdef /a1| 000017a0 39 0a 2f 2e 6e 6f 74 64 65 66 20 2f 61 32 31 20 |9./.notdef /a21 | 000017b0 2f 61 32 32 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e |/a22 /.notdef./.| 000017c0 6e 6f 74 64 65 66 20 2f 61 32 35 20 2f 61 32 36 |notdef /a25 /a26| 000017d0 20 2f 61 32 37 0a 2f 61 32 38 20 2f 61 36 20 2f | /a27./a28 /a6 /| 000017e0 61 37 20 2f 61 38 0a 2f 61 39 20 2f 61 31 30 20 |a7 /a8./a9 /a10 | 000017f0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001800 66 20 20 20 20 20 20 20 20 20 20 20 20 20 20 25 |f %| 00001810 20 43 6f 64 65 73 20 36 34 2d 39 35 0a 2f 2e 6e | Codes 64-95./.n| 00001820 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f |otdef /.notdef /| 00001830 61 33 33 20 2f 61 33 34 0a 2f 61 36 34 20 2f 61 |a33 /a34./a64 /a| 00001840 33 36 20 2f 61 33 37 20 2f 2e 6e 6f 74 64 65 66 |36 /a37 /.notdef| 00001850 0a 2f 61 33 39 20 2f 61 34 30 20 2f 2e 6e 6f 74 |./a39 /a40 /.not| 00001860 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 61 34 |def /.notdef./a4| 00001870 33 20 2f 61 34 34 20 2f 2e 6e 6f 74 64 65 66 20 |3 /a44 /.notdef | 00001880 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 |/.notdef./.notde| 00001890 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |f /.notdef /.not| 000018a0 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e |def /.notdef./.n| 000018b0 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f |otdef /.notdef /| 000018c0 2e 6e 6f 74 64 65 66 20 2f 61 35 34 0a 2f 61 35 |.notdef /a54./a5| 000018d0 35 20 2f 2e 6e 6f 74 64 65 66 20 2f 61 35 37 20 |5 /.notdef /a57 | 000018e0 2f 61 35 38 0a 2f 61 35 39 20 2f 61 34 20 2f 61 |/a58./a59 /a4 /a| 000018f0 32 30 20 2f 61 32 34 20 20 20 20 20 20 20 20 20 |20 /a24 | 00001900 20 20 20 20 20 20 20 20 20 20 20 20 20 25 20 43 | % C| 00001910 6f 64 65 73 20 39 36 2d 31 32 37 0a 2f 61 36 33 |odes 96-127./a63| 00001920 20 2f 61 33 35 20 2f 61 35 36 20 2f 61 32 30 33 | /a35 /a56 /a203| 00001930 0a 2f 61 37 35 20 2f 61 32 30 34 20 2f 61 37 38 |./a75 /a204 /a78| 00001940 20 2f 61 31 37 37 0a 2f 61 37 31 20 2f 61 37 32 | /a177./a71 /a72| 00001950 20 2f 61 37 33 20 2f 61 37 34 0a 2f 2e 6e 6f 74 | /a73 /a74./.not| 00001960 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 61 36 |def /.notdef /a6| 00001970 38 20 2f 61 37 36 0a 2f 61 37 37 20 2f 2e 6e 6f |8 /a76./a77 /.no| 00001980 74 64 65 66 20 2f 61 37 39 20 2f 61 38 31 0a 2f |tdef /a79 /a81./| 00001990 61 38 32 20 2f 61 38 33 20 2f 61 38 34 20 2f 2e |a82 /a83 /a84 /.| 000019a0 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 |notdef./.notdef | 000019b0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 000019c0 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 |f /.notdef./.not| 000019d0 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 000019e0 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 |otdef /.notdef | 000019f0 20 20 20 25 20 43 6f 64 65 73 20 31 32 38 2d 31 | % Codes 128-1| 00001a00 35 39 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |59./.notdef /.no| 00001a10 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e |tdef /.notdef /.| 00001a20 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 |notdef./.notdef | 00001a30 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001a40 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 |f /.notdef./.not| 00001a50 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00001a60 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f |otdef /.notdef./| 00001a70 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001a80 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00001a90 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef./.notdef /.no| 00001aa0 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e |tdef /.notdef /.| 00001ab0 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 |notdef./.notdef | 00001ac0 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001ad0 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 |f /.notdef./.not| 00001ae0 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00001af0 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f |otdef /.notdef./| 00001b00 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001b10 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00001b20 65 66 20 20 20 20 20 25 20 43 6f 64 65 73 20 31 |ef % Codes 1| 00001b30 36 30 2d 31 39 31 0a 2f 2e 6e 6f 74 64 65 66 20 |60-191./.notdef | 00001b40 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001b50 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 61 31 31 32 |f /.notdef./a112| 00001b60 20 2f 61 31 31 31 20 2f 61 31 31 30 20 2f 61 31 | /a111 /a110 /a1| 00001b70 30 39 0a 2f 61 31 32 30 20 2f 61 31 32 31 20 2f |09./a120 /a121 /| 00001b80 61 31 32 32 20 2f 61 31 32 33 0a 2f 61 31 32 34 |a122 /a123./a124| 00001b90 20 2f 61 31 32 35 20 2f 61 31 32 36 20 2f 61 31 | /a125 /a126 /a1| 00001ba0 32 37 0a 2f 61 31 32 38 20 2f 61 31 32 39 20 2f |27./a128 /a129 /| 00001bb0 61 31 33 30 20 2f 61 31 33 31 0a 2f 61 31 33 32 |a130 /a131./a132| 00001bc0 20 2f 61 31 33 33 20 2f 61 31 33 34 20 2f 61 31 | /a133 /a134 /a1| 00001bd0 33 35 0a 2f 61 31 33 36 20 2f 61 31 33 37 20 2f |35./a136 /a137 /| 00001be0 61 31 33 38 20 2f 61 31 33 39 0a 2f 2e 6e 6f 74 |a138 /a139./.not| 00001bf0 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00001c00 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 |otdef /.notdef | 00001c10 20 20 20 25 20 43 6f 64 65 73 20 31 39 32 2d 32 | % Codes 192-2| 00001c20 32 33 0a 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |23./.notdef /.no| 00001c30 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e |tdef /.notdef /.| 00001c40 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 |notdef./.notdef | 00001c50 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001c60 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 |f /.notdef./.not| 00001c70 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e |def /.notdef /.n| 00001c80 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f |otdef /.notdef./| 00001c90 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001ca0 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00001cb0 65 66 0a 2f 2e 6e 6f 74 64 65 66 20 2f 61 31 36 |ef./.notdef /a16| 00001cc0 31 20 2f 61 31 36 33 20 2f 61 31 36 34 0a 2f 61 |1 /a163 /a164./a| 00001cd0 31 39 36 20 2f 61 31 36 35 20 2f 61 31 39 32 20 |196 /a165 /a192 | 00001ce0 2f 2e 6e 6f 74 64 65 66 0a 2f 61 31 36 37 20 2f |/.notdef./a167 /| 00001cf0 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001d00 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 | /.notdef./.notd| 00001d10 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 61 31 37 |ef /.notdef /a17| 00001d20 33 20 2f 61 31 36 32 20 20 20 20 20 20 20 20 20 |3 /a162 | 00001d30 20 20 25 20 43 6f 64 65 73 20 32 32 34 2d 32 35 | % Codes 224-25| 00001d40 35 0a 2f 61 31 37 34 20 2f 61 31 37 35 20 2f 61 |5./a174 /a175 /a| 00001d50 31 37 36 20 2f 61 37 30 0a 2f 2e 6e 6f 74 64 65 |176 /a70./.notde| 00001d60 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 |f /.notdef /.not| 00001d70 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e |def /.notdef./.n| 00001d80 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f |otdef /.notdef /| 00001d90 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 |.notdef /.notdef| 00001da0 0a 2f 61 63 6f 72 6e 20 2f 2e 6e 6f 74 64 65 66 |./acorn /.notdef| 00001db0 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 | /.notdef /.notd| 00001dc0 65 66 20 20 20 20 20 20 20 25 20 41 63 6f 72 6e |ef % Acorn| 00001dd0 20 63 68 61 72 61 63 74 65 72 20 6e 6f 74 20 61 | character not a| 00001de0 76 61 69 6c 61 62 6c 65 2c 0a 2f 2e 6e 6f 74 64 |vailable,./.notd| 00001df0 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef /.notdef /.no| 00001e00 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 20 20 |tdef /.notdef | 00001e10 20 20 25 20 20 20 73 6f 20 62 65 63 6f 6d 65 73 | % so becomes| 00001e20 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e 6e 6f 74 64 | /.notdef./.notd| 00001e30 65 66 20 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f |ef /.notdef /.no| 00001e40 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 0a 2f 2e |tdef /.notdef./.| 00001e50 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 66 20 |notdef /.notdef | 00001e60 2f 2e 6e 6f 74 64 65 66 20 2f 2e 6e 6f 74 64 65 |/.notdef /.notde| 00001e70 66 0a 5d 20 64 65 66 0a 0a 25 20 55 6e 6c 65 73 |f.] def..% Unles| 00001e80 73 20 79 6f 75 20 72 65 61 6c 6c 79 20 6b 6e 6f |s you really kno| 00001e90 77 20 77 68 61 74 20 79 6f 75 20 61 72 65 20 64 |w what you are d| 00001ea0 6f 69 6e 67 2c 20 64 6f 20 6e 6f 74 20 65 64 69 |oing, do not edi| 00001eb0 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 0a |t the following.| 00001ec0 25 20 50 6f 73 74 53 63 72 69 70 74 2c 20 65 78 |% PostScript, ex| 00001ed0 63 65 70 74 20 66 6f 72 20 74 68 65 20 69 6e 64 |cept for the ind| 00001ee0 69 63 61 74 65 64 20 70 6f 73 73 69 62 6c 65 20 |icated possible | 00001ef0 63 68 61 6e 67 65 73 2e 0a 0a 25 20 54 68 65 20 |changes...% The | 00001f00 73 69 7a 65 20 6f 66 20 74 68 65 20 66 6f 6c 6c |size of the foll| 00001f10 6f 77 69 6e 67 20 64 69 63 74 69 6f 6e 61 72 79 |owing dictionary| 00001f20 20 63 61 6e 20 62 65 20 63 68 61 6e 67 65 64 2e | can be changed.| 00001f30 20 4f 6e 65 20 65 6e 74 72 79 20 69 73 20 75 73 | One entry is us| 00001f40 65 64 0a 25 20 66 6f 72 20 65 61 63 68 20 66 6f |ed.% for each fo| 00001f50 6e 74 20 74 72 61 6e 73 6c 61 74 69 6f 6e 20 61 |nt translation a| 00001f60 6e 64 20 6f 6e 65 20 65 6e 74 72 79 20 69 73 20 |nd one entry is | 00001f70 75 73 65 64 20 66 6f 72 20 74 68 65 20 73 79 73 |used for the sys| 00001f80 74 65 6d 20 66 6f 6e 74 2e 0a 2f 66 6f 6e 74 73 |tem font../fonts| 00001f90 20 31 30 30 20 64 69 63 74 20 64 65 66 0a 0a 2f | 100 dict def../| 00001fa0 43 68 6b 43 68 20 7b 0a 20 20 64 75 70 20 45 6e |ChkCh {. dup En| 00001fb0 63 6f 64 69 6e 67 20 65 78 63 68 20 67 65 74 0a |coding exch get.| 00001fc0 20 20 43 68 61 72 53 74 72 69 6e 67 73 20 65 78 | CharStrings ex| 00001fd0 63 68 20 6b 6e 6f 77 6e 20 7b 70 6f 70 7d 20 7b |ch known {pop} {| 00001fe0 45 6e 63 6f 64 69 6e 67 20 65 78 63 68 20 2f 2e |Encoding exch /.| 00001ff0 6e 6f 74 64 65 66 20 70 75 74 7d 20 69 66 65 6c |notdef put} ifel| 00002000 73 65 0a 7d 20 62 69 6e 64 20 64 65 66 0a 0a 2f |se.} bind def../| 00002010 46 46 20 7b 0a 20 20 33 20 31 20 72 6f 6c 6c 0a |FF {. 3 1 roll.| 00002020 20 20 66 69 6e 64 66 6f 6e 74 20 62 65 67 69 6e | findfont begin| 00002030 0a 20 20 20 20 63 75 72 72 65 6e 74 64 69 63 74 |. currentdict| 00002040 20 64 75 70 20 6d 61 78 6c 65 6e 67 74 68 20 31 | dup maxlength 1| 00002050 20 61 64 64 20 64 69 63 74 20 62 65 67 69 6e 0a | add dict begin.| 00002060 20 20 20 20 20 20 7b 31 20 69 6e 64 65 78 20 2f | {1 index /| 00002070 46 49 44 20 6e 65 20 7b 64 65 66 7d 20 7b 70 6f |FID ne {def} {po| 00002080 70 20 70 6f 70 7d 20 69 66 65 6c 73 65 7d 20 66 |p pop} ifelse} f| 00002090 6f 72 61 6c 6c 0a 20 20 20 20 20 20 2f 45 6e 63 |orall. /Enc| 000020a0 6f 64 69 6e 67 20 33 20 2d 31 20 72 6f 6c 6c 20 |oding 3 -1 roll | 000020b0 32 35 36 20 61 72 72 61 79 20 63 6f 70 79 20 64 |256 array copy d| 000020c0 65 66 0a 20 20 20 20 20 20 2f 4d 65 74 72 69 63 |ef. /Metric| 000020d0 73 20 31 20 64 69 63 74 20 64 65 66 0a 20 20 20 |s 1 dict def. | 000020e0 20 20 20 4d 65 74 72 69 63 73 20 2f 2e 6e 6f 74 | Metrics /.not| 000020f0 64 65 66 20 30 20 70 75 74 0a 25 20 50 6f 73 73 |def 0 put.% Poss| 00002100 69 62 6c 65 20 63 68 61 6e 67 65 3a 20 44 65 6c |ible change: Del| 00002110 65 74 65 20 6f 72 20 63 6f 6d 6d 65 6e 74 20 6f |ete or comment o| 00002120 75 74 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 |ut the following| 00002130 20 6c 69 6e 65 20 69 66 20 79 6f 75 0a 25 20 77 | line if you.% w| 00002140 61 6e 74 20 75 6e 64 65 66 69 6e 65 64 20 50 6f |ant undefined Po| 00002150 73 74 53 63 72 69 70 74 20 63 68 61 72 61 63 74 |stScript charact| 00002160 65 72 73 20 74 6f 20 67 65 6e 65 72 61 74 65 20 |ers to generate | 00002170 65 72 72 6f 72 73 20 72 61 74 68 65 72 20 74 68 |errors rather th| 00002180 61 6e 0a 25 20 62 65 20 69 67 6e 6f 72 65 64 2e |an.% be ignored.| 00002190 0a 20 20 20 20 20 20 30 20 31 20 32 35 35 20 2f |. 0 1 255 /| 000021a0 43 68 6b 43 68 20 6c 6f 61 64 20 66 6f 72 0a 20 |ChkCh load for. | 000021b0 20 20 20 20 20 64 75 70 20 63 75 72 72 65 6e 74 | dup current| 000021c0 64 69 63 74 0a 20 20 20 20 65 6e 64 0a 20 20 65 |dict. end. e| 000021d0 6e 64 0a 20 20 64 65 66 69 6e 65 66 6f 6e 74 0a |nd. definefont.| 000021e0 20 20 66 6f 6e 74 73 20 33 20 31 20 72 6f 6c 6c | fonts 3 1 roll| 000021f0 20 70 75 74 0a 7d 20 62 69 6e 64 20 64 65 66 0a | put.} bind def.| 00002200 0a 25 20 54 68 65 20 66 6f 6e 74 20 74 72 61 6e |.% The font tran| 00002210 73 6c 61 74 69 6f 6e 20 64 61 74 61 20 66 6f 6c |slation data fol| 00002220 6c 6f 77 73 2e 20 59 6f 75 20 63 61 6e 20 69 6e |lows. You can in| 00002230 73 74 61 6c 6c 20 66 75 72 74 68 65 72 0a 25 20 |stall further.% | 00002240 74 72 61 6e 73 6c 61 74 69 6f 6e 73 20 62 79 20 |translations by | 00002250 61 64 64 69 6e 67 20 6c 69 6e 65 73 20 6f 66 20 |adding lines of | 00002260 74 68 65 20 66 6f 72 6d 3a 0a 25 20 20 20 2f 3c |the form:.% /<| 00002270 52 49 53 43 20 4f 53 20 66 6f 6e 74 20 6e 61 6d |RISC OS font nam| 00002280 65 3e 20 2f 3c 50 6f 73 74 53 63 72 69 70 74 20 |e> /<PostScript | 00002290 66 6f 6e 74 20 6e 61 6d 65 3e 20 3c 65 6e 63 6f |font name> <enco| 000022a0 64 69 6e 67 20 6e 61 6d 65 3e 20 46 46 0a 25 20 |ding name> FF.% | 000022b0 4e 6f 74 65 20 74 68 61 74 20 61 6c 6c 20 6e 61 |Note that all na| 000022c0 6d 65 73 20 61 72 65 20 63 61 73 65 2d 73 65 6e |mes are case-sen| 000022d0 73 69 74 69 76 65 2e 20 41 6c 73 6f 20 6e 6f 74 |sitive. Also not| 000022e0 65 20 74 68 61 74 20 79 6f 75 20 73 68 6f 75 6c |e that you shoul| 000022f0 64 0a 25 20 61 64 64 20 61 6e 79 20 61 64 64 69 |d.% add any addi| 00002300 74 69 6f 6e 61 6c 20 50 6f 73 74 53 63 72 69 70 |tional PostScrip| 00002310 74 20 66 6f 6e 74 20 6e 61 6d 65 73 20 74 68 61 |t font names tha| 00002320 74 20 61 70 70 65 61 72 20 68 65 72 65 20 74 6f |t appear here to| 00002330 20 74 68 65 0a 25 20 27 25 25 44 6f 63 75 6d 65 | the.% '%%Docume| 00002340 6e 74 46 6f 6e 74 73 27 20 63 6f 6d 6d 65 6e 74 |ntFonts' comment| 00002350 20 61 74 20 74 68 65 20 68 65 61 64 20 6f 66 20 | at the head of | 00002360 74 68 69 73 20 66 69 6c 65 2e 0a 25 20 20 20 54 |this file..% T| 00002370 68 69 73 20 6c 69 6e 65 20 77 69 6c 6c 20 74 61 |his line will ta| 00002380 6b 65 20 61 20 63 6f 70 79 20 6f 66 20 74 68 65 |ke a copy of the| 00002390 20 50 6f 73 74 53 63 72 69 70 74 20 66 6f 6e 74 | PostScript font| 000023a0 20 73 70 65 63 69 66 69 65 64 2c 20 63 6f 70 79 | specified, copy| 000023b0 0a 25 20 74 68 65 20 73 70 65 63 69 66 69 65 64 |.% the specified| 000023c0 20 65 6e 63 6f 64 69 6e 67 20 69 6e 74 6f 20 69 | encoding into i| 000023d0 74 20 74 6f 20 67 65 74 20 74 68 65 20 72 69 67 |t to get the rig| 000023e0 68 74 20 6d 61 70 70 69 6e 67 20 6f 66 20 63 68 |ht mapping of ch| 000023f0 61 72 61 63 74 65 72 0a 25 20 63 6f 64 65 73 20 |aracter.% codes | 00002400 74 6f 20 63 68 61 72 61 63 74 65 72 73 2c 20 63 |to characters, c| 00002410 68 61 6e 67 65 20 74 68 65 20 77 69 64 74 68 20 |hange the width | 00002420 6f 66 20 74 68 65 20 75 6e 64 65 66 69 6e 65 64 |of the undefined| 00002430 20 63 68 61 72 61 63 74 65 72 20 74 6f 0a 25 20 | character to.% | 00002440 7a 65 72 6f 20 61 6e 64 20 69 6e 73 74 61 6c 6c |zero and install| 00002450 20 74 68 65 20 72 65 73 75 6c 74 20 61 73 20 61 | the result as a| 00002460 20 6e 65 77 20 66 6f 6e 74 20 77 68 6f 73 65 20 | new font whose | 00002470 6e 61 6d 65 20 69 73 20 74 68 65 20 52 49 53 43 |name is the RISC| 00002480 20 4f 53 0a 25 20 66 6f 6e 74 20 6e 61 6d 65 2e | OS.% font name.| 00002490 20 49 6e 20 61 64 64 69 74 69 6f 6e 2c 20 69 74 | In addition, it| 000024a0 20 63 68 65 63 6b 73 20 74 68 61 74 20 61 6c 6c | checks that all| 000024b0 20 6f 66 20 74 68 65 20 63 68 61 72 61 63 74 65 | of the characte| 000024c0 72 73 20 6e 61 6d 65 64 0a 25 20 69 6e 20 74 68 |rs named.% in th| 000024d0 65 20 65 6e 63 6f 64 69 6e 67 20 76 65 63 74 6f |e encoding vecto| 000024e0 72 20 65 78 69 73 74 20 69 6e 20 74 68 65 20 66 |r exist in the f| 000024f0 6f 6e 74 3a 20 61 6e 79 20 74 68 61 74 20 64 6f |ont: any that do| 00002500 6e 27 74 20 61 72 65 20 72 65 6d 6f 76 65 64 0a |n't are removed.| 00002510 25 20 28 69 2e 65 2e 20 72 65 70 6c 61 63 65 64 |% (i.e. replaced| 00002520 20 62 79 20 27 2f 2e 6e 6f 74 64 65 66 27 29 20 | by '/.notdef') | 00002530 66 72 6f 6d 20 74 68 65 20 6e 65 77 20 66 6f 6e |from the new fon| 00002540 74 27 73 20 65 6e 63 6f 64 69 6e 67 2e 0a 0a 2f |t's encoding.../| 00002550 43 6f 72 70 75 73 2e 4d 65 64 69 75 6d 20 2f 43 |Corpus.Medium /C| 00002560 6f 75 72 69 65 72 20 4c 61 74 69 6e 31 45 6e 63 |ourier Latin1Enc| 00002570 20 46 46 0a 2f 43 6f 72 70 75 73 2e 4d 65 64 69 | FF./Corpus.Medi| 00002580 75 6d 2e 4f 62 6c 69 71 75 65 20 2f 43 6f 75 72 |um.Oblique /Cour| 00002590 69 65 72 2d 4f 62 6c 69 71 75 65 20 4c 61 74 69 |ier-Oblique Lati| 000025a0 6e 31 45 6e 63 20 46 46 0a 2f 43 6f 72 70 75 73 |n1Enc FF./Corpus| 000025b0 2e 42 6f 6c 64 20 2f 43 6f 75 72 69 65 72 2d 42 |.Bold /Courier-B| 000025c0 6f 6c 64 20 4c 61 74 69 6e 31 45 6e 63 20 46 46 |old Latin1Enc FF| 000025d0 0a 2f 43 6f 72 70 75 73 2e 42 6f 6c 64 2e 4f 62 |./Corpus.Bold.Ob| 000025e0 6c 69 71 75 65 20 2f 43 6f 75 72 69 65 72 2d 42 |lique /Courier-B| 000025f0 6f 6c 64 4f 62 6c 69 71 75 65 20 4c 61 74 69 6e |oldOblique Latin| 00002600 31 45 6e 63 20 46 46 0a 2f 48 6f 6d 65 72 74 6f |1Enc FF./Homerto| 00002610 6e 2e 4d 65 64 69 75 6d 20 2f 48 65 6c 76 65 74 |n.Medium /Helvet| 00002620 69 63 61 20 4c 61 74 69 6e 31 45 6e 63 20 46 46 |ica Latin1Enc FF| 00002630 0a 2f 48 6f 6d 65 72 74 6f 6e 2e 4d 65 64 69 75 |./Homerton.Mediu| 00002640 6d 2e 4f 62 6c 69 71 75 65 20 2f 48 65 6c 76 65 |m.Oblique /Helve| 00002650 74 69 63 61 2d 4f 62 6c 69 71 75 65 20 4c 61 74 |tica-Oblique Lat| 00002660 69 6e 31 45 6e 63 20 46 46 0a 2f 48 6f 6d 65 72 |in1Enc FF./Homer| 00002670 74 6f 6e 2e 42 6f 6c 64 20 2f 48 65 6c 76 65 74 |ton.Bold /Helvet| 00002680 69 63 61 2d 42 6f 6c 64 20 4c 61 74 69 6e 31 45 |ica-Bold Latin1E| 00002690 6e 63 20 46 46 0a 2f 48 6f 6d 65 72 74 6f 6e 2e |nc FF./Homerton.| 000026a0 42 6f 6c 64 2e 4f 62 6c 69 71 75 65 20 2f 48 65 |Bold.Oblique /He| 000026b0 6c 76 65 74 69 63 61 2d 42 6f 6c 64 4f 62 6c 69 |lvetica-BoldObli| 000026c0 71 75 65 20 4c 61 74 69 6e 31 45 6e 63 20 46 46 |que Latin1Enc FF| 000026d0 0a 2f 4e 65 77 48 61 6c 6c 2e 42 6f 6c 64 20 2f |./NewHall.Bold /| 000026e0 4e 65 77 43 65 6e 74 75 72 79 53 63 68 6c 62 6b |NewCenturySchlbk| 000026f0 2d 42 6f 6c 64 20 4c 61 74 69 6e 31 45 6e 63 20 |-Bold Latin1Enc | 00002700 46 46 0a 2f 53 65 6c 77 79 6e 20 2f 5a 61 70 66 |FF./Selwyn /Zapf| 00002710 44 69 6e 67 62 61 74 73 20 53 65 6c 77 79 6e 45 |Dingbats SelwynE| 00002720 6e 63 20 46 46 0a 2f 54 72 69 6e 69 74 79 2e 4d |nc FF./Trinity.M| 00002730 65 64 69 75 6d 20 2f 54 69 6d 65 73 2d 52 6f 6d |edium /Times-Rom| 00002740 61 6e 20 4c 61 74 69 6e 31 45 6e 63 20 46 46 0a |an Latin1Enc FF.| 00002750 2f 54 72 69 6e 69 74 79 2e 4d 65 64 69 75 6d 2e |/Trinity.Medium.| 00002760 49 74 61 6c 69 63 20 2f 54 69 6d 65 73 2d 49 74 |Italic /Times-It| 00002770 61 6c 69 63 20 4c 61 74 69 6e 31 45 6e 63 20 46 |alic Latin1Enc F| 00002780 46 0a 2f 54 72 69 6e 69 74 79 2e 42 6f 6c 64 20 |F./Trinity.Bold | 00002790 2f 54 69 6d 65 73 2d 42 6f 6c 64 20 4c 61 74 69 |/Times-Bold Lati| 000027a0 6e 31 45 6e 63 20 46 46 0a 2f 54 72 69 6e 69 74 |n1Enc FF./Trinit| 000027b0 79 2e 42 6f 6c 64 2e 49 74 61 6c 69 63 20 2f 54 |y.Bold.Italic /T| 000027c0 69 6d 65 73 2d 42 6f 6c 64 49 74 61 6c 69 63 20 |imes-BoldItalic | 000027d0 4c 61 74 69 6e 31 45 6e 63 20 46 46 0a |Latin1Enc FF.| 000027dd