Add variant selector for /seven
This commit is contained in:
parent
58152d278c
commit
b789f17c32
2 changed files with 16 additions and 2 deletions
|
@ -173,9 +173,14 @@ export : define [apply] : begin
|
|||
line-to RIGHTSB (CAP - STROKE)
|
||||
line-to (RIGHTSB - STROKE * cor) (CAP - STROKE)
|
||||
reverse-last
|
||||
if SLAB : begin
|
||||
branch
|
||||
if SLAB : include : DownwardLeftSerif (SB + OXE) CAP VJUT
|
||||
save 'seven.normal'
|
||||
branch
|
||||
include : DownwardLeftSerif (SB + OXE) CAP VJUT
|
||||
save 'seven' '7'
|
||||
save 'seven.force-serifed'
|
||||
|
||||
select-variant 'seven' '7'
|
||||
|
||||
local pr : linreg 18 0.85 120 0.975 STROKE
|
||||
|
||||
|
|
|
@ -294,6 +294,14 @@ r = "narrow"
|
|||
[simple.v-j-narrow]
|
||||
dotlessj = "narrow"
|
||||
|
||||
[simple.v-seven-normal]
|
||||
tag = "cv64"
|
||||
seven = "normal"
|
||||
|
||||
[simple.v-seven-force-serifed]
|
||||
tag = "cv65"
|
||||
seven = "force-serifed"
|
||||
|
||||
[default]
|
||||
design = [
|
||||
'v-m-longleg',
|
||||
|
@ -316,6 +324,7 @@ design = [
|
|||
'v-capital-i-serifed',
|
||||
'v-capital-j-serifed',
|
||||
'v-r-standard',
|
||||
'v-seven-non-serifed',
|
||||
'others'
|
||||
]
|
||||
upright = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue