Remove unnecessary serifs of Greek Capital Ksi (Ξ) (#1212).

This commit is contained in:
be5invis 2021-09-02 21:30:20 -07:00
parent 4ba5284868
commit 35d0f7d540
2 changed files with 6 additions and 5 deletions

View file

@ -1,3 +1,4 @@
* Refine the size and placements of diacritics, to avoid stacking marks to collide (#1204).
* Refine the alignment of Number Sign (`#`) to align with numbers (#1210).
* Add tailless variants for Greek small Mu (`μ`) (#1211).
* Add tailless variants for Greek small Mu (`μ`) (#1211).
* Remove unnecessary serifs of Greek Capital Ksi (`Ξ`) (#1212).

View file

@ -17,10 +17,10 @@ glyph-block Letter-Greek-Upper-Xi : begin
include : HBar xMidLeft xMidRight yBar
include : HBarTop (SB + OX) (RightSB - OX) CAP
include : HBarBottom (SB + OX) (RightSB - OX) 0
include : DownwardLeftSerif (SB + OX) CAP VJut
include : DownwardRightSerif (RightSB - OX) CAP VJut
include : UpwardLeftSerif (SB + OX) 0 VJut
include : UpwardRightSerif (RightSB - OX) 0 VJut
if SLAB : begin
include : DownwardLeftSerif (SB + OX) CAP VJut
include : DownwardRightSerif (RightSB - OX) CAP VJut
include : UpwardLeftSerif (SB + OX) 0 VJut
include : UpwardRightSerif (RightSB - OX) 0 VJut
include : VBarLeft xMidLeft (yBar - 0.5 * VJut) (yBar + 0.5 * VJut) [AdviceStroke 3.5]
include : VBarRight xMidRight (yBar - 0.5 * VJut) (yBar + 0.5 * VJut) [AdviceStroke 3.5]