From 7c6830182bdb6213f7e5f066cbe6f1a603aa4be2 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 29 Aug 2009 17:49:26 +0200 Subject: [PATCH] Fix glyph bounding box for the snappizzicato --- mf/feta-schrift.mf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 41b7605e1a..313e39b542 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -1567,7 +1567,7 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato"); define_pixels (height, width); define_whole_blacker_pixels (thickness); - set_char_box (width# / 2, width# / 2, height# / 2, height# / 2); + set_char_box (width# / 2, width# / 2, height# / 2, height# * 3 / 4); penpos1 (thickness, 90); penpos2 (thickness, 180); @@ -1575,10 +1575,10 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato"); penpos4 (thickness, 0); x1 = 0; - y1r = h; + y1r = height / 2; x3 = x1; y3r = -y1r; - x4r = w; + x4r = width / 2; y4 = 0; x2r = -x4r; y2 = y4; -- 2.39.5