From a624943dff62badb710e68a6ac85bddef1e5c8b2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 7 Apr 2002 22:52:04 +0000 Subject: [PATCH] '' --- mf/feta-din-code.mf | 3 +-- mf/feta-schrift.mf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mf/feta-din-code.mf b/mf/feta-din-code.mf index bb0125a8a0..0d760c2c1e 100644 --- a/mf/feta-din-code.mf +++ b/mf/feta-din-code.mf @@ -341,14 +341,13 @@ fet_endchar; % % NOTES: % -% * right stem is fatter and more straight than the left 2 two stems. +% * right stem is fatter and more straight than the left 2 two stems. % % * The twiddle at the left is similar to the p twiddle % % * The bottoms of the stems are blotted. % - % % % This is cut & paste programming. Somehow 3 i shapes in two chars (p and m) diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index d057e8fc86..7cf3d1b445 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -129,7 +129,7 @@ fet_endchar; % fet_beginchar("staccato dot", "staccato", "staccato") save radius; - radius# = ((3/8) * 1.75) * staff_space#; + radius# = 3/(8 * 1.75) * staff_space#; define_whole_pixels(radius); pickup pencircle scaled 2 radius; drawdot (0,0); -- 2.39.5