diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf b/Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf index 35c181de727..514db7668cd 100644 --- a/Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf +++ b/Master/texmf-dist/fonts/source/public/fetamont/ffmchar_A.mf @@ -12,10 +12,8 @@ y4=barheight+noise; bot y5=noise-o; bot y6=0; %no noise z6=whatever[z4,z5]; -draw z1--z2 - & half(z2,z2-z1,z3,randrt,z4,z5-z4) - & z4--z5; -draw z2--z4; +draw z1--z2--z4--z5; +draw half(z2,z2-z1,z3,randrt,z4,z5-z4); charanchortops_[charcode]=(.5w,h); charanchorbots_[charcode]=z6; labels(1,2,3,4,5,6); |