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/crossbar.glyph | 168 +++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 src/Inter-Roman.glyphspackage/glyphs/crossbar.glyph (limited to 'src/Inter-Roman.glyphspackage/glyphs/crossbar.glyph') diff --git a/src/Inter-Roman.glyphspackage/glyphs/crossbar.glyph b/src/Inter-Roman.glyphspackage/glyphs/crossbar.glyph new file mode 100644 index 000000000..b3f71d16c --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/crossbar.glyph @@ -0,0 +1,168 @@ +{ +glyphname = crossbar; +layers = ( +{ +anchors = ( +{ +name = _cross; +pos = (460,721); +} +); +guides = ( +{ +orientation = center; +angle = 90; +pos = (908,1168); +}, +{ +orientation = center; +pos = (576,992); +} +); +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +shapes = ( +{ +closed = 1; +nodes = ( +(780,654,l), +(780,788,l), +(140,788,l), +(140,654,l) +); +} +); +width = 920; +}, +{ +anchors = ( +{ +name = _cross; +pos = (520,721); +} +); +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +shapes = ( +{ +closed = 1; +nodes = ( +(910,613,l), +(910,829,l), +(128,829,l), +(128,613,l) +); +} +); +width = 1038; +}, +{ +anchors = ( +{ +name = _cross; +pos = (424,722); +} +); +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +shapes = ( +{ +closed = 1; +nodes = ( +(702,698,l), +(702,744,l), +(148,744,l), +(148,698,l) +); +} +); +width = 850; +}, +{ +anchors = ( +{ +name = _cross; +pos = (448,720); +} +); +guides = ( +{ +orientation = center; +angle = 90; +pos = (-3786,1168); +}, +{ +orientation = center; +pos = (-4118,992); +} +); +layerId = m007; +shapes = ( +{ +closed = 1; +nodes = ( +(768,647,l), +(768,793,l), +(128,793,l), +(128,647,l) +); +} +); +width = 896; +}, +{ +anchors = ( +{ +name = _cross; +pos = (520,721); +} +); +guides = ( +{ +angle = 90; +pos = (423,928); +} +); +layerId = m009; +shapes = ( +{ +closed = 1; +nodes = ( +(910,613,l), +(910,829,l), +(128,829,l), +(128,613,l) +); +} +); +width = 1006; +}, +{ +anchors = ( +{ +name = _cross; +pos = (360,722); +} +); +layerId = m011; +shapes = ( +{ +closed = 1; +nodes = ( +(638,698,l), +(638,744,l), +(84,744,l), +(84,698,l) +); +} +); +width = 722; +} +); +tags = ( +"TODO-opsz" +); +unicode = 57603; +userData = { +"interface.width-adjustments" = ( +-16 +); +}; +} -- cgit v1.2.3