Rename v-ampersand-open → v-ampersand-upper-open (#211)

This commit is contained in:
Belleve Invis 2020-06-01 04:00:40 -07:00
parent c2968e2e4a
commit 54ee8a7cba
2 changed files with 3 additions and 3 deletions

View file

@ -561,7 +561,7 @@ glyph-block Symbol-Punctuation-Ampersand : begin
curl [mix xUpperLoopLeft xTerminal 2] (-yMockUpperLoopLeftBottom)
Rect 0 (-CAP * 2) xTerminal (Width * 2)
create-glyph 'ampersand.open' : union
create-glyph 'ampersand.upperOpen' : union
difference
dispiro
widths.rhs fineAmp

View file

@ -589,11 +589,11 @@ sampler = '&'
description = 'Ampersand (`&`) with a closed contour'
ampersand = 'closed'
[simple.v-ampersand-open]
[simple.v-ampersand-upper-open]
tag = 'VXAH'
sampler = '&'
description = 'Ampersand (`&`) with an open contour at upper half'
ampersand = 'open'
ampersand = 'upperOpen'
[simple.v-ampersand-lower-open]
tag = 'VXAI'