blob: 33745b656521eb2c6d96bfc8d1916625fa089e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
% T1 encoding, theorem font, tab lf
/enczcs-ecth-tlf[
/grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron
/breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright
%10
/quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /cwm
/perthousandzero /dotlessi /uni0237 /f_f /f_l /f_f_l /f_i /f_f_i
%20
/space /exclam.up /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft.up /parenright.up /asterisk /plus /comma /hyphen /period /slash
%30
/zero.up /one.up /two.up /three.up /four.up /five.up /six.up /seven.up /eight.up /nine.up /colon.up /semicolon.up /less /equal /greater /question.up
%40
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
%50
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft.up /backslash /bracketright.up /asciicircum /underscore
%60
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
%70
/p /q /r /s /t /u /v /w
/x /y /z /braceleft.up /bar /braceright.up /asciitilde /hyphen
%80
/Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve
/Lacute /Lcaron /Lslash /Nacute /Ncaron /Eng /Ohungarumlaut /Racute
%90
/Rcaron /Sacute /Scaron /Scedilla /Tcaron /Tcedilla /Uhungarumlaut /Uring
/Ydieresis /Zacute /Zcaron /Zdotaccent /I_J /Idotaccent /dcroat /section
%A0
/abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve
/lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute
%B0
/rcaron /sacute /scaron /scedilla /tcaron /tcedilla /uhungarumlaut /uring
/ydieresis /zacute /zcaron /zdotaccent /i_j /exclamdown.up /questiondown.up /sterling
%C0
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
%D0
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef
%E0
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
%F0
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls
] def
% Ligatures to enforce
% LIGKERN f f =: f_f ; f i =: f_i ; f l =: f_l ;
% LIGKERN f_f i =: f_f_i ; f_f l =: f_f_l ;
% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ;
% LIGKERN quoteleft quoteleft =: quotedblleft ;
% LIGKERN quoteright quoteright =: quotedblright ;
% LIGKERN comma comma =: quotedblbase ;
% LIGKERN less less =: guillemotleft ;
% LIGKERN greater greater =: guillemotright ;
% LIGKERN question quoteleft =: questiondown ;
% LIGKERN exclam quoteleft =: exclamdown ;
%
% Kerns to eliminate
% LIGKERN space {} * ; * {} space ;
% LIGKERN zero {} * ; * {} zero ; one {} * ; * {} one ;
% LIGKERN two {} * ; * {} two ; three {} * ; * {} three ;
% LIGKERN four {} * ; * {} four ; five {} * ; * {} five ;
% LIGKERN six {} * ; * {} six ; seven {} * ; * {} seven ;
% LIGKERN eight {} * ; * {} eight ; nine {} * ; * {} nine ;
% LIGKERN I {} J ;
% LIGKERN i {} j ;
|