Fix curly shape of grek/chi
This commit is contained in:
parent
d9232bb34c
commit
c700d6f9d1
1 changed files with 5 additions and 5 deletions
|
@ -93,12 +93,12 @@ glyph-block Letter-Latin-X : begin
|
|||
include : LowerXBase false
|
||||
include : XMotionSerifs XH
|
||||
|
||||
define [ChiBase] : union
|
||||
XStrand true false SB Descender RightSB XH 0.05 0.4 0.11
|
||||
XStrand true false SB XH RightSB Descender 0.05 0.4 0.11
|
||||
define [ChiBase fStraight] : union
|
||||
XStrand fStraight false SB Descender RightSB XH 0.05 0.4 0.11
|
||||
XStrand fStraight false SB XH RightSB Descender 0.05 0.4 0.11
|
||||
|
||||
create-glyph 'grek/chi.straight' : composite-proc [MarkSet.p] [ChiBase]
|
||||
create-glyph 'grek/chi.curly' : composite-proc [MarkSet.p] [ChiBase]
|
||||
create-glyph 'grek/chi.straight' : composite-proc [MarkSet.p] [ChiBase true]
|
||||
create-glyph 'grek/chi.curly' : composite-proc [MarkSet.p] [ChiBase false]
|
||||
|
||||
select-variant 'X' 'X'
|
||||
select-variant 'x' 'x'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue