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/fraction.glyph | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/fraction.glyph (limited to 'src/Inter-Italic.glyphspackage/glyphs/fraction.glyph') diff --git a/src/Inter-Italic.glyphspackage/glyphs/fraction.glyph b/src/Inter-Italic.glyphspackage/glyphs/fraction.glyph new file mode 100644 index 000000000..7f3be34d7 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/fraction.glyph @@ -0,0 +1,209 @@ +{ +color = 3; +glyphname = fraction; +kernLeft = fraction; +kernRight = fraction; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (318.792,745); +}, +{ +name = dnom; +pos = (568,792); +}, +{ +name = numr; +pos = (58,698); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +shapes = ( +{ +closed = 1; +nodes = ( +(-238,0,l), +(1034,1490,l), +(860,1490,l), +(-412,0,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = _center; +pos = (318.792,745); +}, +{ +name = dnom; +pos = (580,792); +}, +{ +name = numr; +pos = (36,698); +} +); +guides = ( +{ +pos = (284,1240); +}, +{ +pos = (-30,764); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +shapes = ( +{ +closed = 1; +nodes = ( +(-218,0,l), +(1054,1490,l), +(834,1490,l), +(-436,0,l) +); +} +); +width = 576; +}, +{ +anchors = ( +{ +name = _center; +pos = (309.792,745); +}, +{ +name = dnom; +pos = (546,792); +}, +{ +name = numr; +pos = (82,698); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +shapes = ( +{ +closed = 1; +nodes = ( +(-230,0,l), +(908,1490,l), +(850,1490,l), +(-288,0,l) +); +} +); +width = 558; +}, +{ +anchors = ( +{ +name = _center; +pos = (291.924,745); +}, +{ +name = dnom; +pos = (536,792); +}, +{ +name = numr; +pos = (26,698); +} +); +layerId = m008; +shapes = ( +{ +closed = 1; +nodes = ( +(-270,0,l), +(1002,1490,l), +(828,1490,l), +(-444,0,l) +); +} +); +width = 512; +}, +{ +anchors = ( +{ +name = _center; +pos = (307.924,745); +}, +{ +name = dnom; +pos = (564,792); +}, +{ +name = numr; +pos = (20,698); +} +); +guides = ( +{ +pos = (252,1240); +}, +{ +pos = (-62,764); +} +); +layerId = m010; +shapes = ( +{ +closed = 1; +nodes = ( +(-234,0,l), +(1038,1490,l), +(818,1490,l), +(-452,0,l) +); +} +); +width = 544; +}, +{ +anchors = ( +{ +name = _center; +pos = (250.924,745); +}, +{ +name = dnom; +pos = (482,792); +}, +{ +name = numr; +pos = (18,698); +} +); +layerId = m012; +shapes = ( +{ +closed = 1; +nodes = ( +(-294,0,l), +(844,1490,l), +(786,1490,l), +(-352,0,l) +); +} +); +width = 430; +} +); +note = "Anchor numr should be at the basline rightmost position in .numr and dnom should be at top leftmost in .dnomf"; +tags = ( +"TODO-opsz" +); +unicode = 8260; +userData = { +interface.gridadjust.original = "{'width': 1284, 'leftMargin': 81, 'rightMargin': 73}"; +"interface.width-adjustments" = ( +-16 +); +}; +} -- cgit v1.2.3