diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
commit | 215012a8d684889983ec2c0629e1c704e6853d9c (patch) | |
tree | ebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf | |
parent | 1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff) |
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf b/Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf new file mode 100644 index 00000000000..443f3d87d12 --- /dev/null +++ b/Master/texmf-dist/fonts/source/vntex/vnr/vnuir.mf @@ -0,0 +1,32 @@ +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +% Computer Modern Roman upper case "I" precomposed glyphs: +% Inclusion: +% I' I` I? I~ I. + +begin_letter(i); + set_letter_dimens(i)( + max(6u#, 4u# + cap_stem#), cap_height#, 0, + cap_height#*slant - .25u#, + cap_serif_fit#, cap_serif_fit# + ); + pickup tiny.nib; + pos1(cap_stem, 0); + pos2(cap_stem, 0); + lft x1l = lft x2l = hround(.5w - .5cap_stem); + top y1 = h; + bot y2 = 0; + filldraw stroke z1e -- z2e; % stem + if serifs: dish_serif(1, 2, a, 1/3, 1.05cap_jut, b, 1/3, 1.05cap_jut); % upper serif + dish_serif(2, 1, c, 1/3, 1.05cap_jut, d, 1/3, 1.05cap_jut); + fi % lower serif + math_fit(0, .5ic#); + set_letter_join(i, x1, .5w#); + penlabels(1, 2); +end_letter; + +input vnicomp; + +endinput; |