added /heavygreekcross
This commit is contained in:
parent
1c22cb2cb0
commit
b10304925e
|
@ -212,41 +212,57 @@ export : define [apply] : begin
|
|||
line-to (l + sw * 2.25) (operMid + sw)
|
||||
|
||||
save 'bolt' 0x26A1
|
||||
|
||||
local light : adviceBlackness 4.5
|
||||
local heavy : Math.max (light * 1.5) (WIDTH * 0.15)
|
||||
local shapesize 0.8
|
||||
local shapesizeCheck : shapesize * 1.1
|
||||
foreach [{gid unicode sw} : items-of {{'lightcheck' 0x2713 light} {'heavycheck' 0x2714 heavy}} ] : sketch
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 SB [mix operBot operTop 0.46]
|
||||
g4 SB [mix operMid [mix operBot operTop 0.46] shapesizeCheck]
|
||||
alsothru 0.5 0.4
|
||||
g4 [mix SB RIGHTSB 0.4] [mix operBot operTop 0.05] [heading DOWNWARD]
|
||||
g4 [mix SB RIGHTSB 0.4] [mix operMid [mix operBot operTop 0.05] shapesizeCheck] [heading DOWNWARD]
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 [mix SB RIGHTSB 0.4] [mix operBot operTop 0.05] [heading UPWARD]
|
||||
g4 [mix SB RIGHTSB 0.4] [mix operMid [mix operBot operTop 0.05] shapesizeCheck] [heading UPWARD]
|
||||
alsothru 0.5 0.6
|
||||
g4 RIGHTSB [mix operBot operTop 0.9]
|
||||
g4 RIGHTSB [mix operMid [mix operBot operTop 0.9] shapesizeCheck]
|
||||
save gid unicode
|
||||
|
||||
foreach [{gid unicode sw} : items-of {{'heavygreekcross' 0x271A heavy}} ] : sketch
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 [mix WIDTH RIGHTSB 0.5] operMid
|
||||
g4 [mix 0 SB 0.5] operMid
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 MIDDLE [mix operMid operTop (0.8 * shapesize * 7/8)]
|
||||
g4 MIDDLE [mix operMid operBot (0.9 * shapesize * 7/8)]
|
||||
save gid unicode
|
||||
|
||||
foreach [{gid unicode sw} : items-of {{'lightcross' 0x2715 light} {'heavycross' 0x2716 heavy}} ] : sketch
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 RIGHTSB [mix operMid operTop 0.8]
|
||||
g4 SB [mix operMid operBot 0.9]
|
||||
g4 RIGHTSB [mix operMid operTop (0.8 * shapesize)]
|
||||
g4 SB [mix operMid operBot (0.9 * shapesize)]
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 SB [mix operMid operTop 0.8]
|
||||
g4 RIGHTSB [mix operMid operBot 0.9]
|
||||
g4 SB [mix operMid operTop (0.8 * shapesize)]
|
||||
g4 RIGHTSB [mix operMid operBot (0.9 * shapesize)]
|
||||
save gid unicode
|
||||
|
||||
foreach [{gid unicode sw} : items-of {{'lightballotcross' 0x2717 light} {'heavyballotcross' 0x2718 heavy}} ] : sketch
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 RIGHTSB [mix operBot operTop 0.9]
|
||||
g4 RIGHTSB [mix operMid [mix operBot operTop 0.9] shapesize]
|
||||
alsothru 0.53 0.45
|
||||
g4 SB operBot
|
||||
g4 SB [mix operMid operBot (1.05 * shapesize)]
|
||||
include : dispiro
|
||||
widths.center sw
|
||||
g4 [mix SB RIGHTSB 0.1] [mix operBot operTop 0.86]
|
||||
g4 [mix SB RIGHTSB 0.1] [mix operMid [mix operBot operTop 0.86] shapesize]
|
||||
alsothru 0.47 0.5
|
||||
g4 [mix SB RIGHTSB 0.9] [mix operBot operTop 0.1]
|
||||
g4 [mix SB RIGHTSB 0.9] [mix operMid [mix operBot operTop 0.05] shapesize]
|
||||
save gid unicode
|
||||
|
||||
### ### Ligature-orienteds
|
||||
|
|
Loading…
Reference in New Issue
Block a user