add style v-l-hookybottom

This commit is contained in:
be5invis 2016-09-19 00:41:57 +08:00
parent 977bc57e13
commit 95b87acab6
2 changed files with 17 additions and 0 deletions

View File

@ -309,6 +309,10 @@ export : define [apply] : begin
sketch # l.hooky
include markset.b
local middle : MIDDLE + LBALANCE2
set-anchor 'above' BASE middle CAP
set-anchor 'below' BASE middle 0
set-anchor 'overlay' BASE middle (CAP * OVERLAYPOS)
include : VBar (MIDDLE + LBALANCE2) 0 (CAP - STROKE)
include : LeftwardTopSerif (MIDDLE + LBALANCE2) CAP LONGJUT
@ -371,6 +375,16 @@ export : define [apply] : begin
set-anchor 'overlay' BASE middle (CAP * OVERLAYPOS)
save 'l.tailed'
sketch # l.hookybottom
include markset.b
local middle : MIDDLE - LBALANCE2
set-anchor 'above' BASE middle CAP
set-anchor 'below' BASE middle 0
set-anchor 'overlay' BASE middle (CAP * OVERLAYPOS)
include : VBar middle 0 CAP
include : RightwardBottomSerif middle 0 LONGJUT
save 'l.hookybottom'
select-variant 'l' 'l' [if para.isItalic 'italic' 'serifed'] {
.'cv07' 'l.serifed'
@ -378,6 +392,7 @@ export : define [apply] : begin
.'cv09' 'l.hooky'
.'cv10' 'l.zshaped'
.'cv27' 'l.tailed'
.'cv28' 'l.hookybottom'
}
alias 'palochka' 0x4CF 'l'
turned 'turnl' 0xA781 'l' MIDDLE (XH / 2) markset.p

View File

@ -562,6 +562,8 @@ l = 'italic'
dotlessi = 'italic'
[v-l-tailed.variantSelector]
l = 'tailed'
[v-l-hookybottom.variantSelector]
l = 'hookybottom'
[v-a-singlestorey.variantSelector]
a = 'singlestorey'
[v-a-doublestorey.variantSelector]