fine tune /at.short
This commit is contained in:
parent
8aafbcedc8
commit
8be67e6d7b
|
@ -392,9 +392,9 @@ export : define [apply] : begin
|
||||||
sketch # at.petite
|
sketch # at.petite
|
||||||
set-width WIDTH
|
set-width WIDTH
|
||||||
|
|
||||||
local top CAP
|
local top operTop
|
||||||
local obot (-XH / 8)
|
local obot operBot
|
||||||
local otop [mix obot top 0.7]
|
local otop [mix obot top 0.675]
|
||||||
|
|
||||||
local sw : adviceBlackness 3.5
|
local sw : adviceBlackness 3.5
|
||||||
local m1 : [mix (SB + sw) (RIGHTSB - sw) 0.53] + sw / 2
|
local m1 : [mix (SB + sw) (RIGHTSB - sw) 0.53] + sw / 2
|
||||||
|
@ -406,18 +406,22 @@ export : define [apply] : begin
|
||||||
local shrink 0.6
|
local shrink 0.6
|
||||||
|
|
||||||
include : dispiro
|
include : dispiro
|
||||||
widths.lhs sw
|
straight.up.start (m1 - (sw * (1 - shrink) * HVCONTRAST)) (otop - smb) [widths.heading (sw * shrink) 0 UPWARD]
|
||||||
flat m1 (otop - O) [heading LEFTWARD]
|
arcvh
|
||||||
curl (m2 - CORRECTION_OMIDX * sw) (otop - O)
|
g4 (m2 - sw * TANSLANT) (otop - O) [widths.heading sw 0 LEFTWARD]
|
||||||
archv
|
archv
|
||||||
flat SB (otop - sma)
|
flat SB (otop - sma)
|
||||||
curl SB (obot + smb)
|
curl SB (obot + smb)
|
||||||
arcvh
|
arcvh
|
||||||
g4 (m2 + CORRECTION_OMIDX * sw) (obot+ O)
|
g4 (m2 - sw * TANSLANT) (obot + O) [heading RIGHTWARD]
|
||||||
archv
|
archv
|
||||||
straight.up.end (m1 - (sw * (1 - shrink) * HVCONTRAST)) (obot + sma) [widths.heading (sw * shrink) 0 UPWARD]
|
straight.up.end (m1 - (sw * (1 - shrink) * HVCONTRAST)) (obot + sma) [widths.heading (sw * shrink) 0 UPWARD]
|
||||||
|
|
||||||
include : VBarRight m1 (otop - O) (obot + sma) sw
|
include : dispiro
|
||||||
|
widths.lhs sw
|
||||||
|
corner m1 (obot + sma) [heading UPWARD]
|
||||||
|
corner m1 (otop - smb) [heading UPWARD]
|
||||||
|
corner m1 otop [widths.heading (sw * shrink) 0 UPWARD]
|
||||||
|
|
||||||
include : dispiro
|
include : dispiro
|
||||||
widths.lhs (sw * shrink)
|
widths.lhs (sw * shrink)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user