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/period.glyph | 211 +++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/period.glyph (limited to 'src/Inter-Italic.glyphspackage/glyphs/period.glyph') diff --git a/src/Inter-Italic.glyphspackage/glyphs/period.glyph b/src/Inter-Italic.glyphspackage/glyphs/period.glyph new file mode 100644 index 000000000..7e411c914 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/period.glyph @@ -0,0 +1,211 @@ +{ +glyphname = period; +kernLeft = comma; +kernRight = comma; +layers = ( +{ +anchors = ( +{ +name = _center; +pos = (220.158,119); +} +); +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +shapes = ( +{ +closed = 1; +nodes = ( +(276,-12,o), +(338,41,o), +(349,108,cs), +(362,185,o), +(309,250,o), +(231,250,cs), +(165,250,o), +(102,197,o), +(91,130,cs), +(78,53,o), +(132,-12,o), +(209,-12,cs) +); +} +); +width = 586; +}, +{ +anchors = ( +{ +name = _center; +pos = (322.091,179); +} +); +guides = ( +{ +pos = (564,1240); +}, +{ +pos = (12,764); +} +); +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +shapes = ( +{ +closed = 1; +nodes = ( +(416,-24,o), +(507,50,o), +(524,153,cs), +(545,282,o), +(462,382,o), +(335,382,cs), +(228,382,o), +(137,308,o), +(120,205,cs), +(99,76,o), +(182,-24,o), +(309,-24,cs) +); +} +); +width = 770; +}, +{ +anchors = ( +{ +name = _center; +pos = (191.742,44); +} +); +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +shapes = ( +{ +closed = 1; +nodes = ( +(214,-9,o), +(240,13,o), +(244,41,cs), +(249,71,o), +(228,97,o), +(197,97,cs), +(170,97,o), +(144,75,o), +(139,47,cs), +(134,17,o), +(156,-9,o), +(186,-9,cs) +); +} +); +width = 554; +}, +{ +anchors = ( +{ +name = _center; +pos = (149.807,104); +} +); +layerId = m008; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(194.604,-12,o), +(255.212,40,o), +(265.807,104,cs), +(276.402,168,o), +(233.011,220,o), +(169.011,220,cs), +(105.011,220,o), +(44.402,168,o), +(33.807,104,cs), +(23.212,40,o), +(66.604,-12,o), +(130.604,-12,cs) +); +} +); +width = 440; +}, +{ +anchors = ( +{ +name = _center; +pos = (215.879,189); +} +); +guides = ( +{ +angle = -9.4; +pos = (-112,1240); +}, +{ +angle = -9.4; +pos = (-112,764); +} +); +layerId = m010; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(296.445,-19,o), +(404.841,74,o), +(423.879,189,cs), +(442.917,304,o), +(365.313,397,o), +(250.313,397,cs), +(135.313,397,o), +(26.917,304,o), +(7.879,189,cs), +(-11.159,74,o), +(66.445,-19,o), +(181.445,-19,cs) +); +} +); +width = 544; +}, +{ +anchors = ( +{ +name = _center; +pos = (119.212,40); +} +); +layerId = m012; +name = ital_gen; +shapes = ( +{ +closed = 1; +nodes = ( +(138.266,-8,o), +(162.742,13,o), +(167.212,40,cs), +(171.682,67,o), +(154.158,88,o), +(127.158,88,cs), +(100.158,88,o), +(75.682,67,o), +(71.212,40,cs), +(66.742,13,o), +(84.266,-8,o), +(111.266,-8,cs) +); +} +); +width = 400; +} +); +tags = ( +"TODO-opsz" +); +unicode = 46; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} -- cgit v1.2.3