From 3f174fcef6b614ee58716b7ec1b2744e137069ae Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Mon, 26 Sep 2022 17:09:36 -0700 Subject: Remove slnt/ital VF axis This removes the slant/italic variable axis and breaks up the font in two: roman and italic. This change will allow diverging designs for italic (for example single-storey a). It also addresses the fact that most software, including web browsers, doesn't handle VFs with slnt or ital well. --- .../glyphs/upsilondieresis.glyph | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/upsilondieresis.glyph (limited to 'src/Inter-Italic.glyphspackage/glyphs/upsilondieresis.glyph') diff --git a/src/Inter-Italic.glyphspackage/glyphs/upsilondieresis.glyph b/src/Inter-Italic.glyphspackage/glyphs/upsilondieresis.glyph new file mode 100644 index 000000000..38c50044f --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/upsilondieresis.glyph @@ -0,0 +1,89 @@ +{ +glyphname = upsilondieresis; +kernLeft = m; +kernRight = u; +layers = ( +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (-24,0); +ref = dieresis; +} +); +width = 1200; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (74,0); +ref = dieresis; +} +); +width = 1208; +}, +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (-100,0); +ref = dieresis; +} +); +width = 1203; +}, +{ +layerId = m008; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (-24,0); +ref = dieresis; +} +); +width = 1140; +}, +{ +layerId = m010; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (84,0); +ref = dieresis; +} +); +width = 1178; +}, +{ +layerId = m012; +shapes = ( +{ +ref = upsilon; +}, +{ +pos = (-92,0); +ref = dieresis; +} +); +width = 1078; +} +); +tags = ( +"TODO-opsz" +); +unicode = 971; +} -- cgit v1.2.3