Skip to content

Commit

Permalink
* Fix placement of crossbar of 7 under onum and VXAX/VXAY (#615).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jun 21, 2020
1 parent 3d236b8 commit cb31f6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion changes/3.2.1.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Fix placement of comma-shaped caron in l-caron and t-caron (#613).
* Fix placement of comma-shaped caron in l-caron and t-caron (#613).
* Fix placement of crossbar of `7` under onum and `VXAX`/`VXAY` (#615).
13 changes: 8 additions & 5 deletions glyphs/numbers.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -503,18 +503,21 @@ glyph-block Numbers : begin
sketch # seven.onum
include MarkSet.p
include : SevenShape (XH - Descender)
include : ShiftDown
branch
include : ShiftDown
save 'seven.onum.noserif'
branch
include : SevenCrossbarShape XH
include : SevenCrossbarShape (XH - Descender)
include : ShiftDown
save 'seven.onum.crossbar'
branch
include : DownwardLeftSerif (SB + (OX - O)) XH VJut
include : DownwardLeftSerif (SB + (OX - O)) (XH - Descender) VJut
include : ShiftDown
save 'seven.onum.serifed'
branch
include : SevenCrossbarShape XH
include : DownwardLeftSerif (SB + (OX - O)) XH VJut
include : SevenCrossbarShape (XH - Descender)
include : DownwardLeftSerif (SB + (OX - O)) (XH - Descender) VJut
include : ShiftDown
save 'seven.onum.crossbarSerifed'

select-variant 'seven.lnum' '7' (follow -- 'seven')
Expand Down

0 comments on commit cb31f6f

Please sign in to comment.