summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/lh/base/lgcyri.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/lh/base/lgcyri.mf')
-rw-r--r--Master/texmf-dist/fonts/source/lh/base/lgcyri.mf50
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/lh/base/lgcyri.mf b/Master/texmf-dist/fonts/source/lh/base/lgcyri.mf
new file mode 100644
index 00000000000..a1cdaf67b19
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/lh/base/lgcyri.mf
@@ -0,0 +1,50 @@
+%
+% lgcyri.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:
+%
+% Glyph head file for italic letters
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+LHver_check(3,4); % like |version_check| in ec
+
+altaccent:=true; % for cyrillic breve
+
+input lgrusi; % Russian letters
+input lgt2comi; % Letters common for couple of encodings
+
+if not more_letters: endinput \\; fi
+
+if old_cyr:
+ input lgt2slvi; % Unicode Old Slav letters
+ if not roman_ec:
+ input lgt2slxi; % additional Old slav letters
+ fi
+fi
+
+if not old_cyr or unic:
+ input lgt2upi; % letters from Upper part (128-255) of X2 container
+ input lgt2loi; % letters from Lower part (0-127) of X2 container
+fi
+
+if other_cyr:
+ input lgunici; % Unicode letters not included in T2
+ input lgcmodi; % modified letters
+ input lgcacci; % accended letters
+ input lgcvaci; % acuted vowels
+fi
+
+endinput;
+%end of file