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/public/engwar/barcap.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/public/engwar/barcap.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/engwar/barcap.mf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/engwar/barcap.mf b/Master/texmf-dist/fonts/source/public/engwar/barcap.mf new file mode 100644 index 00000000000..f6e9c6df602 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/engwar/barcap.mf @@ -0,0 +1,21 @@ +% Copyright 1986 Michael Urban +% Everyone is granted permission to copy, modify and redistribute +% this file, provided that a currently-dated copy of this +% copyright notice is included in the copy. +% License is granted to produce fonts based on the information +% in this file, provided that such fonts are redistributed +% without charge to any third party. + +% SCCS ID @(#)bars.mf 1.1 10/1/86 + +def Overbar= +begingroup; + save x,y; + z9 = barpoint; + x10 = .7w; top y10=Xht; + x11= .2w; top y11=Xht; + x12=0; top y12=Xht-1/80em; + draw z9..z10{left}..z11{left}..z12; +endgroup; +enddef; + |