Added latin ayin
This commit is contained in:
parent
b10304925e
commit
7c076398e8
|
@ -2002,7 +2002,6 @@ export : define [apply] : begin
|
|||
include : YoghShape XH DESCENDER
|
||||
save 'yogh' 0x21D
|
||||
|
||||
|
||||
define [RamsHornShape bottom top] : glyph-construction
|
||||
local hf : [adviceBlackness 4] / 2
|
||||
local d : hf * 2 + WIDTH * 0.05
|
||||
|
@ -2036,6 +2035,32 @@ export : define [apply] : begin
|
|||
include : RamsHornShape 0 XH
|
||||
save 'ramshorn' 0x264
|
||||
|
||||
### Ayin
|
||||
sketch # latinayin
|
||||
include markset.e
|
||||
local k1 0.65
|
||||
local k2 0.7
|
||||
local zmidy (XH * 0.15)
|
||||
include : dispiro
|
||||
widths.lhs
|
||||
g4.right.start SB 0 [heading RIGHTWARD]
|
||||
g4 MIDDLE zmidy
|
||||
g4.up.mid [mix MIDDLE RIGHTSB k1] (XH * k2) [heading UPWARD]
|
||||
arcvh
|
||||
g4.left.mid MIDDLE (XH - O) [heading LEFTWARD]
|
||||
archv
|
||||
g4.down.mid [mix MIDDLE SB k1] (XH * k2) [heading DOWNWARD]
|
||||
g4 MIDDLE zmidy
|
||||
g4.right.end RIGHTSB 0 [heading RIGHTWARD]
|
||||
include : spiro-outline
|
||||
corner MIDDLE (zmidy + 1)
|
||||
g4.up.mid ([mix MIDDLE RIGHTSB k1] - 1) (XH * k2)
|
||||
g4.left.mid MIDDLE XH
|
||||
g4.down.mid ([mix MIDDLE SB k1] + 1) (XH * k2)
|
||||
close
|
||||
reverse-last
|
||||
save 'latinayin' 0x1D25
|
||||
|
||||
|
||||
define [ErTail left w dohook] : glyph-construction
|
||||
local right WIDTH
|
||||
|
|
Loading…
Reference in New Issue
Block a user