From 4dae986e1b40c7227c7fd5c61ea82c6ca4455378 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 22 Jan 2005 00:30:54 +0000 Subject: [PATCH] use design size 20 (not 15). --- ChangeLog | 2 ++ mf/feta-beugel.mf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29bac34780..6039ff4098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-22 Han-Wen Nienhuys + * mf/feta-beugel.mf: use design size 20 (not 15). + * mf/aybabtu.pe.in: scale brace fonts to design sizes. change name to aybabtu completely diff --git a/mf/feta-beugel.mf b/mf/feta-beugel.mf index f3fd05afbd..deb4856d3d 100644 --- a/mf/feta-beugel.mf +++ b/mf/feta-beugel.mf @@ -18,7 +18,7 @@ input feta-params; % we must let the design increase for each % font to make sure that mftrace doesn't jack up the resolution too highly % for the longer braces. -fet_beginfont ("feta-braces-" & char (97 + font_count), (font_count + 1) * 15, +fet_beginfont ("feta-braces-" & char (97 + font_count), (font_count + 1) * 20, "fetaBraces"); mode_setup; -- 2.39.5