From 54ee8a7cba3208506c6a235936275261fb5f32bd Mon Sep 17 00:00:00 2001 From: Belleve Invis Date: Mon, 1 Jun 2020 04:00:40 -0700 Subject: [PATCH] =?UTF-8?q?Rename=20v-ampersand-open=20=E2=86=92=20v-amper?= =?UTF-8?q?sand-upper-open=20(#211)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glyphs/symbol-punctuation.ptl | 2 +- params/variants.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glyphs/symbol-punctuation.ptl b/glyphs/symbol-punctuation.ptl index 2c4c48e83..cd2f249a2 100644 --- a/glyphs/symbol-punctuation.ptl +++ b/glyphs/symbol-punctuation.ptl @@ -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 diff --git a/params/variants.toml b/params/variants.toml index 1f0f85fe1..01d054ca4 100644 --- a/params/variants.toml +++ b/params/variants.toml @@ -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'