From f16c5ad2c450dce9f8843d86a089dd168df4f20d Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 4 Apr 2023 11:51:04 -0700 Subject: adds /.null glyph mapped to U+0000. Closes #522 --- src/Inter-Italic.glyphspackage/fontinfo.plist | 1 + src/Inter-Italic.glyphspackage/glyphs/_null.glyph | 30 +++++++++++++++++++++++ src/Inter-Italic.glyphspackage/order.plist | 1 + src/Inter-Roman.glyphspackage/fontinfo.plist | 1 + src/Inter-Roman.glyphspackage/glyphs/_null.glyph | 30 +++++++++++++++++++++++ src/Inter-Roman.glyphspackage/order.plist | 1 + 6 files changed, 64 insertions(+) create mode 100644 src/Inter-Italic.glyphspackage/glyphs/_null.glyph create mode 100644 src/Inter-Roman.glyphspackage/glyphs/_null.glyph diff --git a/src/Inter-Italic.glyphspackage/fontinfo.plist b/src/Inter-Italic.glyphspackage/fontinfo.plist index a967b0664..fc1c75a30 100644 --- a/src/Inter-Italic.glyphspackage/fontinfo.plist +++ b/src/Inter-Italic.glyphspackage/fontinfo.plist @@ -90,6 +90,7 @@ customParameters = ( { name = glyphOrder; value = ( +.null, .notdef, A, Adieresis, diff --git a/src/Inter-Italic.glyphspackage/glyphs/_null.glyph b/src/Inter-Italic.glyphspackage/glyphs/_null.glyph new file mode 100644 index 000000000..8a5f8fd71 --- /dev/null +++ b/src/Inter-Italic.glyphspackage/glyphs/_null.glyph @@ -0,0 +1,30 @@ +{ +glyphname = .null; +layers = ( +{ +layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F"; +width = 1200; +}, +{ +layerId = m012; +width = 1200; +}, +{ +layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933"; +width = 1200; +}, +{ +layerId = m008; +width = 0; +}, +{ +layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E"; +width = 1200; +}, +{ +layerId = m010; +width = 1200; +} +); +unicode = 0; +} diff --git a/src/Inter-Italic.glyphspackage/order.plist b/src/Inter-Italic.glyphspackage/order.plist index 5135efef2..93ec570d9 100644 --- a/src/Inter-Italic.glyphspackage/order.plist +++ b/src/Inter-Italic.glyphspackage/order.plist @@ -1,4 +1,5 @@ ( +.null, .notdef, A, Adieresis, diff --git a/src/Inter-Roman.glyphspackage/fontinfo.plist b/src/Inter-Roman.glyphspackage/fontinfo.plist index c56f406ec..9c3e5ab49 100644 --- a/src/Inter-Roman.glyphspackage/fontinfo.plist +++ b/src/Inter-Roman.glyphspackage/fontinfo.plist @@ -90,6 +90,7 @@ customParameters = ( { name = glyphOrder; value = ( +.null, .notdef, A, Adieresis, diff --git a/src/Inter-Roman.glyphspackage/glyphs/_null.glyph b/src/Inter-Roman.glyphspackage/glyphs/_null.glyph new file mode 100644 index 000000000..f37c8c840 --- /dev/null +++ b/src/Inter-Roman.glyphspackage/glyphs/_null.glyph @@ -0,0 +1,30 @@ +{ +glyphname = .null; +layers = ( +{ +layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59"; +width = 1200; +}, +{ +layerId = m011; +width = 1200; +}, +{ +layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265"; +width = 1200; +}, +{ +layerId = m007; +width = 0; +}, +{ +layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093"; +width = 1200; +}, +{ +layerId = m009; +width = 1200; +} +); +unicode = 0; +} diff --git a/src/Inter-Roman.glyphspackage/order.plist b/src/Inter-Roman.glyphspackage/order.plist index a7a19e2e4..0642fe321 100644 --- a/src/Inter-Roman.glyphspackage/order.plist +++ b/src/Inter-Roman.glyphspackage/order.plist @@ -1,4 +1,5 @@ ( +.null, .notdef, A, Adieresis, -- cgit v1.2.3