Added variants for 9
like a turned 6
(#363).
This commit is contained in:
parent
a53ec5b1d5
commit
59d49f026a
3 changed files with 34 additions and 4 deletions
|
@ -10,3 +10,4 @@
|
||||||
* Make `m.shortleg` more distinctive (#471).
|
* Make `m.shortleg` more distinctive (#471).
|
||||||
* Add ligation for waved double-headed-arrow (#475).
|
* Add ligation for waved double-headed-arrow (#475).
|
||||||
* Expand the ligation set for colons to all dotty operators (#476).
|
* Expand the ligation set for colons to all dotty operators (#476).
|
||||||
|
* Added variants for `9` like a turned `6` (#363).
|
|
@ -382,16 +382,32 @@ glyph-block Numbers : begin
|
||||||
hookend O
|
hookend O
|
||||||
g4 SB HOOK
|
g4 SB HOOK
|
||||||
|
|
||||||
sketch # nine
|
sketch
|
||||||
include MarkSet.capital
|
include MarkSet.capital
|
||||||
include : NineShape CAP
|
include : NineShape CAP
|
||||||
save 'nine.lnum' '9'
|
save 'nine.lnum.closedContour'
|
||||||
|
|
||||||
sketch
|
sketch
|
||||||
include MarkSet.p
|
include MarkSet.p
|
||||||
include : NineShape (XH - DESCENDER)
|
include : NineShape (XH - DESCENDER)
|
||||||
include : ShiftDown
|
include : ShiftDown
|
||||||
save 'nine.onum'
|
save 'nine.onum.closedContour'
|
||||||
|
|
||||||
|
sketch
|
||||||
|
include MarkSet.capital
|
||||||
|
include : refer-glyph 'six.lnum'
|
||||||
|
include : FlipAround (MIDDLE) (CAP / 2)
|
||||||
|
save 'nine.lnum.turnedSix'
|
||||||
|
|
||||||
|
sketch
|
||||||
|
include MarkSet.p
|
||||||
|
include : refer-glyph 'six.onum'
|
||||||
|
include : FlipAround (MIDDLE) (XH / 2)
|
||||||
|
save 'nine.onum.turnedSix'
|
||||||
|
|
||||||
|
select-variant 'nine.lnum' '9' (follow -- 'nine')
|
||||||
|
select-variant 'nine.onum' (follow -- 'nine')
|
||||||
|
|
||||||
|
|
||||||
sketch # ten
|
sketch # ten
|
||||||
include MarkSet.capital
|
include MarkSet.capital
|
||||||
|
|
|
@ -423,6 +423,18 @@ sampler = '7'
|
||||||
description = '`7` with initial serif'
|
description = '`7` with initial serif'
|
||||||
seven = "serifed"
|
seven = "serifed"
|
||||||
|
|
||||||
|
[simple.v-nine-closed-contour]
|
||||||
|
tag = "cv96"
|
||||||
|
sampler = '9'
|
||||||
|
description = '`9` with a more closed'
|
||||||
|
nine = "closedContour"
|
||||||
|
|
||||||
|
[simple.v-nine-turned-six]
|
||||||
|
tag = "cv97"
|
||||||
|
sampler = '9'
|
||||||
|
description = 'More curly letter `λ`, like Iosevka 2.x'
|
||||||
|
nine = "turnedSix"
|
||||||
|
|
||||||
[simple.v-tilde-high]
|
[simple.v-tilde-high]
|
||||||
tag = 'cv16'
|
tag = 'cv16'
|
||||||
sampler = '~'
|
sampler = '~'
|
||||||
|
@ -654,7 +666,8 @@ design = [
|
||||||
'v-capital-r-straight',
|
'v-capital-r-straight',
|
||||||
'v-u-with-bar',
|
'v-u-with-bar',
|
||||||
'v-capital-g-tooth',
|
'v-capital-g-tooth',
|
||||||
'v-lambda-straight'
|
'v-lambda-straight',
|
||||||
|
'v-nine-closed-contour'
|
||||||
]
|
]
|
||||||
upright = [
|
upright = [
|
||||||
'v-a-doublestorey',
|
'v-a-doublestorey',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue