From a1716591a95c866a904751ca2b74e4c7bac9f73f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 3 Apr 2002 16:43:19 +0000 Subject: [PATCH] '' --- mf/feta-din-code.mf | 6 +++--- mf/feta-din.mf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mf/feta-din-code.mf b/mf/feta-din-code.mf index 97cd5aa4ad..0f8b61dafe 100644 --- a/mf/feta-din-code.mf +++ b/mf/feta-din-code.mf @@ -24,7 +24,6 @@ input cmbase; M:=design_size/10; - u#:=M*21.2/36pt#; % unit width width_adj#:=M*11/36pt#; % width adjustment for certain characters serif_fit#:=M*0pt#; % extra sidebar near lowercase serifs @@ -140,8 +139,6 @@ fcode = 102; input feta-ital-f; -input feta-new-code; - slant:=.28; % tilt ratio $(\Delta x/\Delta y)$ stem#:=M*32/36pt#; % lowercase stem breadth ess#:=M*28/36pt#; % breadth in middle of lowercase s @@ -165,10 +162,13 @@ input feta-ital-m; input feta-ital-r; input feta-ital-s; input feta-ital-z; +input feta-new-code; font_slant slant; font_x_height x_height#; font_quad 18u#; % to have a working em unit + + %%fet_endfont("feta-din"); diff --git a/mf/feta-din.mf b/mf/feta-din.mf index 6b3e2a646d..60f67256df 100644 --- a/mf/feta-din.mf +++ b/mf/feta-din.mf @@ -8,7 +8,7 @@ input feta-macros; input feta-params; -ex# := 1/3 design_size; +ex# := (design_size / 10)* pt#; descender# := 0.5 ex#; staffspace# := 1.75 / 2.0 * ex#; stafflinethickness# := staffspace# / 10; -- 2.39.5