From 2093fc5cd0e52ccf40ef6b7c6c0546a18c1a3380 Mon Sep 17 00:00:00 2001 From: be5invis Date: Sun, 13 Dec 2015 10:21:39 +0800 Subject: [PATCH] Final tunes about the curly tails. --- glyphs/letters-unified-basic.aki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glyphs/letters-unified-basic.aki b/glyphs/letters-unified-basic.aki index 10a2395..1d30029 100644 --- a/glyphs/letters-unified-basic.aki +++ b/glyphs/letters-unified-basic.aki @@ -1145,7 +1145,7 @@ symbol-block 'd' create-glyph 'dcurlytail' : glyph-construction assign-unicode 0x221 local fine : adviceBlackness 4 - local rinner : Math.max (WIDTH * 0.05) (fine * 0.35) + local rinner : clamp (WIDTH * 0.05) (XH * 0.05) (fine * 0.35) local wide STROKE local m1 : RIGHTSB - rinner * 2 local x2 : mix SB m1 0.5 @@ -1912,7 +1912,7 @@ symbol-block 'n' create-glyph 'ncurlytail' : glyph-construction assign-unicode 0x235 local fine : adviceBlackness 4 - local rinner : Math.max (WIDTH * 0.05) (fine * 0.35) + local rinner : clamp (WIDTH * 0.05) (XH * 0.05) (fine * 0.35) local wide STROKE local m1 : RIGHTSB - rinner * 2 local x2 : mix SB m1 0.5 @@ -2886,7 +2886,7 @@ symbol-block 'Z' include eMarks local fine : adviceBlackness 4 - local rinner : Math.max (WIDTH * 0.05 * (WIDTH / XH)) (fine * 0.3) + local rinner : Math.max (XH * 0.035) (fine * 0.3) local x2 : mix (SB + STROKE) RIGHTSB 0.3 local x1 : mix x2 (RIGHTSB - fine - rinner * 1.5) 0.45 local y2 : -XH * 0.2