From 215012a8d684889983ec2c0629e1c704e6853d9c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 23:38:21 +0000 Subject: trunk/Master/texmf-dist/fonts/source git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/fonts/source/lh/base/lgcyru.mf | 62 ++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Master/texmf-dist/fonts/source/lh/base/lgcyru.mf (limited to 'Master/texmf-dist/fonts/source/lh/base/lgcyru.mf') 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 -- cgit v1.2.3