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. --- src/Inter-Italic.glyphspackage/glyphs/minus.glyph | 173 ++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/minus.glyph (limited to 'src/Inter-Italic.glyphspackage/glyphs/minus.glyph') diff --git a/src/Inter-Italic.glyphspackage/glyphs/minus.glyph b/src/Inter-Italic.glyphspackage/glyphs/minus.glyph new file mode 100644 index 000000000..7778f1add --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/minus.glyph @@ -0,0 +1,173 @@ +{ +color = (204,240,242,1); +glyphname = minus; +kernLeft = hyphen; +kernRight = hyphen; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (678.808,582); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +shapes = ( +{ +closed = 1; +nodes = ( +(226,664,l), +(200,500,l), +(1130,500,l), +(1158,664,l) +); +} +); +width = 1350; +}, +{ +anchors = ( +{ +name = _center; +pos = (717.615,605); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +shapes = ( +{ +closed = 1; +nodes = ( +(206,768,l), +(152,442,l), +(1228,442,l), +(1282,768,l) +); +} +); +width = 1420; +}, +{ +anchors = ( +{ +name = _center; +pos = (655.808,582); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +shapes = ( +{ +closed = 1; +nodes = ( +(238,606,l), +(230,558,l), +(1074,558,l), +(1082,606,l) +); +} +); +width = 1304; +}, +{ +anchors = ( +{ +name = _center; +pos = (651.94,582); +} +); +background = { +shapes = ( +{ +ref = plus; +} +); +}; +guides = ( +{ +angle = -9.4; +pos = (-24,800); +} +); +layerId = m008; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(200.515,664,l), +(173.365,500,l), +(1103.365,500,l), +(1130.515,664,l) +); +} +); +width = 1286; +}, +{ +anchors = ( +{ +name = _center; +pos = (706.747,605); +} +); +guides = ( +{ +orientation = center; +angle = -9.4; +pos = (-3182,832); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(195.732,768,l), +(141.763,442,l), +(1217.763,442,l), +(1271.732,768,l) +); +} +); +width = 1388; +}, +{ +anchors = ( +{ +name = _center; +pos = (596.94,582); +} +); +guides = ( +{ +angle = -9.4; +pos = (140,800); +} +); +layerId = m012; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(178.913,606,l), +(170.966,558,l), +(1014.966,558,l), +(1022.913,606,l) +); +} +); +width = 1176; +} +); +metricWidth = plus; +tags = ( +"TODO-opsz" +); +unicode = 8722; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} -- cgit v1.2.3