Final tunes about the curly tails.

This commit is contained in:
be5invis 2015-12-13 10:21:39 +08:00
parent eaf14a11b1
commit 2093fc5cd0

View File

@ -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