diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/lh/base/lgcyru.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/lh/base/lgcyru.mf | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/lh/base/lgcyru.mf b/Master/texmf-dist/fonts/source/lh/base/lgcyru.mf new file mode 100644 index 00000000000..0437b340dd0 --- /dev/null +++ b/Master/texmf-dist/fonts/source/lh/base/lgcyru.mf @@ -0,0 +1,62 @@ +% +% lgcyru.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 uppercase letters +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +LHver_check(3,4); % like |version_check| in ec + +if is_small_cap: % for accents + %%% fine higher + % the `higher' values are used while putting accents + forsuffixes $=u,o,letter_fit,x_height,bar_height,body_height,stem: + higher.$.#:=$.#; higher.$:=$; + endfor +fi + +input lgrusu; % Russian letters +input lgt2comu; % Letters common for couple of encodings + +if not is_small_cap: + if (known CYR_.LJE_title) or (known CYR_.NJE_title): + input lgcyrsp; % special title LJE NJE + fi +fi + +if not more_letters: endinput \\; fi + +if old_cyr: + input lgt2slvu; % Unicode Old Slav letters + if not roman_ec: + input lgt2slxu; % additional Old slav letters + fi +fi + +if not old_cyr or unic: + input lgt2upu; % letters from Upper part (128-255) of X2 container + input lgt2lou; % letters from Lower part (0-127) of X2 container +fi + +if other_cyr: + input lgunicu; % Unicode letters not included in T2 + input lgcmodu; % modified letters + input lgcaccu; % accended letters + input lgcvacu; % acuted vowels +fi + +endinput; +%end of file |