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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
%
% llcligtb.mf
%
%% Cyrillic font container with T2 encoding beta-support
%
% This file is future part of lxfonts package
% Version 3.5 // Patchlevel=0
% (c) O.Lapko
%
% This package is freeware product under conditions similar to
% those of D. E. Knuth specified for the Computer Modern family of fonts.
% In particular, only the authors are entitled to modify this file
% (and all this package as well) and to save it under the same name.
%
% Content:
%
% Lig & kern data for Caps and Small Caps font (T2)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
LHver_check(3,5); % like |version_check| in ec
k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning
ligtable "P":
"T":
"Y": "a" kern kk#,
"A" kern kk#;
ligtable "F":
"V":
"W": if serifs: "a" kern kkk#,
"A" kern kkk#,
else: "a" kern kk#,
"A" kern kk#, fi
"K":
"X": "o" kern k#,
"O" kern k#,
"c" kern k#,
"C" kern k#,
"g" kern k#,
"G" kern k#,
"q" kern k#,
"Q" kern k#;
ligtable "O":
"D": "x" kern k#,
"X" kern k#,
"w" kern k#,
"W" kern k#,
"a" kern k#,
"A" kern k#,
"v" kern k#,
"V" kern k#,
"y" kern k#,
"Y" kern k#;
ligtable "A":
if serifs: "R": fi
"c" kern k#,
"C" kern k#,
"o" kern k#,
"O" kern k#,
"g" kern k#,
"G" kern k#,
"u" kern k#,
"U" kern k#,
"q" kern k#,
"Q" kern k#,
"L": "T" kern kk#,
"t" kern kk#,
"Y" kern kk#,
"y" kern kk#,
"V" kern kkk#,
"v" kern kkk#,
"W" kern kkk#,
"w" kern kkk#;
ligtable "I": "I" kern -k#; %fi % Richard III
%$.#:=lower.$.#;
k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning
ligtable "p":
"t":
"y": "a" kern kk#;
ligtable "f":
"v":
"w": "a" kern if serifs: kkk# else: kk#\\fi,
"k":
"x": "o" kern k#,
"c" kern k#,
"g" kern k#,
"q" kern k#;
ligtable "o":
"d": "x" kern k#,
"w" kern k#,
"a" kern k#,
"v" kern k#,
"y" kern k#;
ligtable "a":
if serifs: "r": fi
"c" kern k#,
"o" kern k#,
"g" kern k#,
"u" kern k#,
"q" kern k#,
"l": "'" kern kk#,
"t" kern kk#,
"y" kern kk#,
"v" kern kkk#,
"w" kern kkk#;
ligtable "i": "i" kern -k#; % skiing
endinput;
%end of file
|