Fix curly shape of grek/chi

This commit is contained in:
be5invis 2021-02-04 01:18:00 -08:00
parent d9232bb34c
commit c700d6f9d1

View file

@ -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'