Remove unnecessary serifs of Greek Capital Ksi (Ξ
) (#1212).
This commit is contained in:
parent
4ba5284868
commit
35d0f7d540
2 changed files with 6 additions and 5 deletions
|
@ -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).
|
||||
* Remove unnecessary serifs of Greek Capital Ksi (`Ξ`) (#1212).
|
|
@ -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
|
||||
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
|
||||
if SLAB : begin
|
||||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue