summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/lh/base/llcligtb.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/lh/base/llcligtb.mf')
-rw-r--r--Master/texmf-dist/fonts/source/lh/base/llcligtb.mf120
1 files changed, 120 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/lh/base/llcligtb.mf b/Master/texmf-dist/fonts/source/lh/base/llcligtb.mf
new file mode 100644
index 00000000000..b787c738898
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/lh/base/llcligtb.mf
@@ -0,0 +1,120 @@
+%
+% llcligtb.mf
+%
+%% Cyrillic font container with T2 encoding beta-support
+%
+% This file is future part of lxfonts package
+% Version 3.4 // Patchlevel=0
+% (c) O.Lapko
+%
+% This package belongs to the public domain 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 to save it under the same name.
+%
+% Content:
+%
+% Lig & kern data for Caps and Small Caps font (T2)
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+LHver_check(3,4); % 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