summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2023-04-19 01:33:35 +0300
committerRasmus Andersson <rasmus@notion.se>2023-04-19 01:33:35 +0300
commitf8d4a9e0b082bd7860b6b4bb1955bdc75bde8a31 (patch)
tree03f84dede8e2992a5da92d56e4b6451d0684587d /src
parent1b32dbc34bfdcd1301d77c84eda4439e3dc63572 (diff)
downloadinter-f8d4a9e0b082bd7860b6b4bb1955bdc75bde8a31.tar.xz
tnum improvements. adds /hyphen.tf and /hyphen.case.tf
Diffstat (limited to 'src')
-rw-r--r--src/Inter-Italic.glyphspackage/fontinfo.plist4
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/hyphen.case.tf.glyph88
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/hyphen.tf.glyph73
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/zero.circled.glyph2
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/zero.slash.circled.glyph2
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/zero.slash.glyph4
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/zero.slash.squared.glyph2
-rw-r--r--src/Inter-Italic.glyphspackage/glyphs/zero.squared.glyph2
-rw-r--r--src/Inter-Italic.glyphspackage/order.plist2
-rw-r--r--src/Inter-Roman.glyphspackage/fontinfo.plist4
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/approxequal.glyph257
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/asciitilde.glyph38
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/braceright.tf.glyph2
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/eight.glyph25
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/hyphen.case.tf.glyph82
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/hyphen.tf.glyph67
-rw-r--r--src/Inter-Roman.glyphspackage/glyphs/notequal.glyph67
-rw-r--r--src/Inter-Roman.glyphspackage/order.plist2
18 files changed, 542 insertions, 181 deletions
diff --git a/src/Inter-Italic.glyphspackage/fontinfo.plist b/src/Inter-Italic.glyphspackage/fontinfo.plist
index 3fe8a17dc..b021fb13a 100644
--- a/src/Inter-Italic.glyphspackage/fontinfo.plist
+++ b/src/Inter-Italic.glyphspackage/fontinfo.plist
@@ -1441,6 +1441,8 @@ braceleft.case.tf,
braceright.case.tf,
bracketleft.case.tf,
bracketright.case.tf,
+hyphen.tf,
+hyphen.case.tf,
less.tf,
greater.tf,
lessequal.tf,
@@ -2500,6 +2502,8 @@ sub braceleft.case by braceleft.case.tf;
sub braceright.case by braceright.case.tf;
sub bracketleft.case by bracketleft.case.tf;
sub bracketright.case by bracketright.case.tf;
+sub hyphen by hyphen.tf;
+sub hyphen.case by hyphen.case.tf;
sub less by less.tf;
sub greater by greater.tf;
sub lessequal by lessequal.tf;
diff --git a/src/Inter-Italic.glyphspackage/glyphs/hyphen.case.tf.glyph b/src/Inter-Italic.glyphspackage/glyphs/hyphen.case.tf.glyph
new file mode 100644
index 000000000..12968624c
--- /dev/null
+++ b/src/Inter-Italic.glyphspackage/glyphs/hyphen.case.tf.glyph
@@ -0,0 +1,88 @@
+{
+case = minor;
+color = 8;
+glyphname = hyphen.case.tf;
+kernLeft = hyphen;
+kernRight = hyphen;
+layers = (
+{
+layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (18,107);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (25,152);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (18,106);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m008;
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (23,137);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m010;
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (29,176);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m012;
+name = ital_gen;
+shapes = (
+{
+alignment = 1;
+pos = (18,106);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+}
+);
+metricLeft = hyphen;
+metricWidth = hyphen;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+}
diff --git a/src/Inter-Italic.glyphspackage/glyphs/hyphen.tf.glyph b/src/Inter-Italic.glyphspackage/glyphs/hyphen.tf.glyph
new file mode 100644
index 000000000..2a30f546c
--- /dev/null
+++ b/src/Inter-Italic.glyphspackage/glyphs/hyphen.tf.glyph
@@ -0,0 +1,73 @@
+{
+color = 8;
+glyphname = hyphen.tf;
+layers = (
+{
+layerId = "200BE2C5-40F6-4CF4-AF4F-A33C0CC0964F";
+name = ital_gen;
+shapes = (
+{
+pos = (211,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m012;
+name = ital_gen;
+shapes = (
+{
+pos = (274,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = "11F4534A-B963-4AB5-820F-DAF9A20CD933";
+name = ital_gen;
+shapes = (
+{
+pos = (190,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m008;
+name = ital_gen;
+shapes = (
+{
+pos = (221,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = "D0EC06BF-13F9-4C88-A6F5-B8203AF6C77E";
+name = ital_gen;
+shapes = (
+{
+pos = (174,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m010;
+name = ital_gen;
+shapes = (
+{
+pos = (190,0);
+ref = hyphen;
+}
+);
+width = 1320;
+}
+);
+metricWidth = zero.tf;
+}
diff --git a/src/Inter-Italic.glyphspackage/glyphs/zero.circled.glyph b/src/Inter-Italic.glyphspackage/glyphs/zero.circled.glyph
index f9f0cccd3..58e36cdf5 100644
--- a/src/Inter-Italic.glyphspackage/glyphs/zero.circled.glyph
+++ b/src/Inter-Italic.glyphspackage/glyphs/zero.circled.glyph
@@ -70,7 +70,7 @@ ref = largeCircle;
},
{
alignment = 1;
-pos = (676,0);
+pos = (675,0);
ref = zero;
}
);
diff --git a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.circled.glyph b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.circled.glyph
index 31c197f9d..20c27bc65 100644
--- a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.circled.glyph
+++ b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.circled.glyph
@@ -70,7 +70,7 @@ ref = largeCircle;
},
{
alignment = 1;
-pos = (676,0);
+pos = (675,0);
ref = zero.slash;
}
);
diff --git a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.glyph b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.glyph
index ef5fd7393..c6273f6a3 100644
--- a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.glyph
+++ b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.glyph
@@ -47,11 +47,11 @@ alignment = 1;
ref = zero;
},
{
-pos = (-4,-23);
+pos = (-3,-23);
ref = _part.zeroslash;
}
);
-width = 1208;
+width = 1210;
},
{
layerId = m008;
diff --git a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.squared.glyph b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.squared.glyph
index 9baf11a39..14b443077 100644
--- a/src/Inter-Italic.glyphspackage/glyphs/zero.slash.squared.glyph
+++ b/src/Inter-Italic.glyphspackage/glyphs/zero.slash.squared.glyph
@@ -70,7 +70,7 @@ ref = whiteLargeSquare;
},
{
alignment = 1;
-pos = (667,0);
+pos = (666,0);
ref = zero.slash;
}
);
diff --git a/src/Inter-Italic.glyphspackage/glyphs/zero.squared.glyph b/src/Inter-Italic.glyphspackage/glyphs/zero.squared.glyph
index 9de0acea0..a74af68b1 100644
--- a/src/Inter-Italic.glyphspackage/glyphs/zero.squared.glyph
+++ b/src/Inter-Italic.glyphspackage/glyphs/zero.squared.glyph
@@ -70,7 +70,7 @@ ref = whiteLargeSquare;
},
{
alignment = 1;
-pos = (667,0);
+pos = (666,0);
ref = zero;
}
);
diff --git a/src/Inter-Italic.glyphspackage/order.plist b/src/Inter-Italic.glyphspackage/order.plist
index 3d8060ab7..6ffb70154 100644
--- a/src/Inter-Italic.glyphspackage/order.plist
+++ b/src/Inter-Italic.glyphspackage/order.plist
@@ -1346,6 +1346,8 @@ braceleft.case.tf,
braceright.case.tf,
bracketleft.case.tf,
bracketright.case.tf,
+hyphen.tf,
+hyphen.case.tf,
less.tf,
greater.tf,
lessequal.tf,
diff --git a/src/Inter-Roman.glyphspackage/fontinfo.plist b/src/Inter-Roman.glyphspackage/fontinfo.plist
index 777f8b75f..362f0d6b3 100644
--- a/src/Inter-Roman.glyphspackage/fontinfo.plist
+++ b/src/Inter-Roman.glyphspackage/fontinfo.plist
@@ -1441,6 +1441,8 @@ braceleft.case.tf,
braceright.case.tf,
bracketleft.case.tf,
bracketright.case.tf,
+hyphen.tf,
+hyphen.case.tf,
less.tf,
greater.tf,
lessequal.tf,
@@ -2528,6 +2530,8 @@ sub braceleft.case by braceleft.case.tf;
sub braceright.case by braceright.case.tf;
sub bracketleft.case by bracketleft.case.tf;
sub bracketright.case by bracketright.case.tf;
+sub hyphen by hyphen.tf;
+sub hyphen.case by hyphen.case.tf;
sub less by less.tf;
sub greater by greater.tf;
sub lessequal by lessequal.tf;
diff --git a/src/Inter-Roman.glyphspackage/glyphs/approxequal.glyph b/src/Inter-Roman.glyphspackage/glyphs/approxequal.glyph
index 77d86bb6b..732c43aa6 100644
--- a/src/Inter-Roman.glyphspackage/glyphs/approxequal.glyph
+++ b/src/Inter-Roman.glyphspackage/glyphs/approxequal.glyph
@@ -29,15 +29,15 @@ nodes = (
(1182,948,c),
(1024,948,l),
(1027,832,o),
-(975,771,o),
+(975,770,o),
(890,770,cs),
-(838,771,o),
+(838,770,o),
(806,794,o),
(734,856,cs),
(625,945,o),
-(556,989,o),
+(556,990,o),
(456,990,cs),
-(308,989,o),
+(308,990,o),
(166,896,o),
(168,654,c)
);
@@ -47,15 +47,15 @@ closed = 1;
nodes = (
(326,216,l),
(323,343,o),
-(381,393,o),
+(381,392,o),
(460,392,cs),
-(512,393,o),
+(512,392,o),
(547,369,o),
(616,308,cs),
(724,215,o),
-(794,175,o),
+(794,174,o),
(894,174,cs),
-(1041,175,o),
+(1041,174,o),
(1187,268,o),
(1182,510,c),
(1024,510,l),
@@ -307,79 +307,6 @@ nodes = (
width = 1304;
},
{
-guides = (
-{
-pos = (-24,800);
-}
-);
-layerId = m007;
-shapes = (
-{
-closed = 1;
-nodes = (
-(294,654,l),
-(291,783,o),
-(349,832,o),
-(428,832,cs),
-(480,832,o),
-(515,809,o),
-(584,748,cs),
-(692,654,o),
-(762,614,o),
-(862,614,cs),
-(1009,614,o),
-(1155,707,o),
-(1150,948,c),
-(992,948,l),
-(995,832,o),
-(943,771,o),
-(858,770,cs),
-(806,771,o),
-(774,794,o),
-(702,856,cs),
-(593,945,o),
-(524,989,o),
-(424,990,cs),
-(276,989,o),
-(134,896,o),
-(136,654,c)
-);
-},
-{
-closed = 1;
-nodes = (
-(294,216,l),
-(291,343,o),
-(349,393,o),
-(428,392,cs),
-(480,393,o),
-(515,369,o),
-(584,308,cs),
-(692,215,o),
-(762,175,o),
-(862,174,cs),
-(1009,175,o),
-(1155,268,o),
-(1150,510,c),
-(992,510,l),
-(995,393,o),
-(943,332,o),
-(858,332,cs),
-(806,332,o),
-(774,355,o),
-(702,416,cs),
-(593,506,o),
-(524,550,o),
-(424,550,cs),
-(276,550,o),
-(134,457,o),
-(136,216,c)
-);
-}
-);
-width = 1286;
-},
-{
associatedMasterId = m007;
guides = (
{
@@ -608,6 +535,174 @@ nodes = (
}
);
width = 1176;
+},
+{
+associatedMasterId = m007;
+background = {
+shapes = (
+{
+closed = 1;
+nodes = (
+(294,654,l),
+(291,783,o),
+(349,832,o),
+(428,832,cs),
+(480,832,o),
+(515,809,o),
+(584,748,cs),
+(692,654,o),
+(762,614,o),
+(862,614,cs),
+(1009,614,o),
+(1155,707,o),
+(1150,948,c),
+(992,948,l),
+(995,832,o),
+(943,771,o),
+(858,770,cs),
+(806,771,o),
+(774,794,o),
+(702,856,cs),
+(593,945,o),
+(524,989,o),
+(424,990,cs),
+(276,989,o),
+(134,896,o),
+(136,654,c)
+);
+},
+{
+closed = 1;
+nodes = (
+(294,216,l),
+(291,343,o),
+(349,393,o),
+(428,392,cs),
+(480,393,o),
+(515,369,o),
+(584,308,cs),
+(692,215,o),
+(762,175,o),
+(862,174,cs),
+(1009,175,o),
+(1155,268,o),
+(1150,510,c),
+(992,510,l),
+(995,393,o),
+(943,332,o),
+(858,332,cs),
+(806,332,o),
+(774,355,o),
+(702,416,cs),
+(593,506,o),
+(524,550,o),
+(424,550,cs),
+(276,550,o),
+(134,457,o),
+(136,216,c)
+);
+}
+);
+};
+guides = (
+{
+pos = (-24,800);
+}
+);
+layerId = "6E8C3AAB-6CBC-4934-A192-FFABD63ACB5E";
+name = "Apr 18, 23, 10:27";
+shapes = (
+{
+closed = 0;
+nodes = (
+(1094,630,l),
+(1024,564,o),
+(943,505,o),
+(834,506,cs),
+(672,508,o),
+(609,665,o),
+(428,666,cs),
+(303,667,o),
+(241,628,o),
+(155,564,c)
+);
+}
+);
+width = 1286;
+},
+{
+guides = (
+{
+pos = (-24,800);
+}
+);
+layerId = m007;
+name = Display;
+shapes = (
+{
+closed = 1;
+nodes = (
+(294,654,l),
+(291,783,o),
+(349,832,o),
+(428,832,cs),
+(480,832,o),
+(515,809,o),
+(584,748,cs),
+(692,654,o),
+(762,614,o),
+(862,614,cs),
+(1009,614,o),
+(1155,707,o),
+(1150,948,c),
+(992,948,l),
+(995,832,o),
+(943,771,o),
+(858,770,cs),
+(806,771,o),
+(774,794,o),
+(702,856,cs),
+(593,945,o),
+(524,990,o),
+(424,990,cs),
+(276,990,o),
+(134,896,o),
+(136,654,c)
+);
+},
+{
+closed = 1;
+nodes = (
+(294,216,l),
+(291,343,o),
+(349,392,o),
+(428,392,cs),
+(480,392,o),
+(515,369,o),
+(584,308,cs),
+(692,215,o),
+(762,174,o),
+(862,174,cs),
+(1009,174,o),
+(1155,268,o),
+(1150,510,c),
+(992,510,l),
+(995,393,o),
+(943,332,o),
+(858,332,cs),
+(806,332,o),
+(774,355,o),
+(702,416,cs),
+(593,506,o),
+(524,550,o),
+(424,550,cs),
+(276,550,o),
+(134,457,o),
+(136,216,c)
+);
+}
+);
+width = 1286;
}
);
metricWidth = plus;
diff --git a/src/Inter-Roman.glyphspackage/glyphs/asciitilde.glyph b/src/Inter-Roman.glyphspackage/glyphs/asciitilde.glyph
index 119a6af8e..bdd690241 100644
--- a/src/Inter-Roman.glyphspackage/glyphs/asciitilde.glyph
+++ b/src/Inter-Roman.glyphspackage/glyphs/asciitilde.glyph
@@ -4,12 +4,6 @@ kernLeft = hyphen;
kernRight = hyphen;
layers = (
{
-guides = (
-{
-angle = -40;
-pos = (928,812);
-}
-);
layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
shapes = (
{
@@ -23,22 +17,22 @@ nodes = (
(545,597,o),
(616,536,cs),
(723,443,o),
-(794,401,o),
+(794,402,o),
(894,402,cs),
-(1041,401,o),
+(1041,402,o),
(1185,495,o),
(1182,736,c),
(1024,736,l),
-(1026,620,o),
-(973,559,o),
+(1025,620,o),
+(973,558,o),
(890,558,cs),
-(839,559,o),
+(839,558,o),
(804,581,o),
(734,642,cs),
(627,735,o),
-(556,777,o),
+(556,776,o),
(456,776,cs),
-(308,777,o),
+(308,776,o),
(164,684,o),
(168,442,c)
);
@@ -205,12 +199,6 @@ nodes = (
width = 1254;
},
{
-guides = (
-{
-angle = -40;
-pos = (636,812);
-}
-);
layerId = m007;
shapes = (
{
@@ -224,22 +212,22 @@ nodes = (
(513,597,o),
(584,536,cs),
(691,443,o),
-(762,401,o),
+(762,402,o),
(862,402,cs),
-(1009,401,o),
+(1009,402,o),
(1153,495,o),
(1150,736,c),
(992,736,l),
(994,620,o),
-(941,559,o),
+(941,558,o),
(858,558,cs),
-(807,559,o),
+(807,558,o),
(772,581,o),
(702,642,cs),
(595,735,o),
-(524,777,o),
+(524,776,o),
(424,776,cs),
-(276,777,o),
+(276,776,o),
(132,684,o),
(136,442,c)
);
diff --git a/src/Inter-Roman.glyphspackage/glyphs/braceright.tf.glyph b/src/Inter-Roman.glyphspackage/glyphs/braceright.tf.glyph
index a816b342a..881fade50 100644
--- a/src/Inter-Roman.glyphspackage/glyphs/braceright.tf.glyph
+++ b/src/Inter-Roman.glyphspackage/glyphs/braceright.tf.glyph
@@ -48,7 +48,7 @@ layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
shapes = (
{
alignment = -1;
-pos = (9,0);
+pos = (8,0);
ref = braceright;
scale = (0.9,1);
}
diff --git a/src/Inter-Roman.glyphspackage/glyphs/eight.glyph b/src/Inter-Roman.glyphspackage/glyphs/eight.glyph
index f20acfe65..288c6e62c 100644
--- a/src/Inter-Roman.glyphspackage/glyphs/eight.glyph
+++ b/src/Inter-Roman.glyphspackage/glyphs/eight.glyph
@@ -87,14 +87,6 @@ name = _center;
pos = (715,745);
}
);
-guides = (
-{
-pos = (-16,1480);
-},
-{
-pos = (-16,2076);
-}
-);
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
shapes = (
{
@@ -849,13 +841,6 @@ name = _center;
pos = (596,745);
}
);
-guides = (
-{
-orientation = center;
-angle = 90;
-pos = (-5500,568);
-}
-);
layerId = m007;
shapes = (
{
@@ -1016,16 +1001,6 @@ name = _center;
pos = (657,745);
}
);
-guides = (
-{
-pos = (-154,2076);
-},
-{
-orientation = center;
-angle = 90;
-pos = (-3292,508);
-}
-);
layerId = m009;
shapes = (
{
diff --git a/src/Inter-Roman.glyphspackage/glyphs/hyphen.case.tf.glyph b/src/Inter-Roman.glyphspackage/glyphs/hyphen.case.tf.glyph
new file mode 100644
index 000000000..17a92977f
--- /dev/null
+++ b/src/Inter-Roman.glyphspackage/glyphs/hyphen.case.tf.glyph
@@ -0,0 +1,82 @@
+{
+case = minor;
+color = 8;
+glyphname = hyphen.case.tf;
+kernLeft = hyphen;
+kernRight = hyphen;
+layers = (
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+shapes = (
+{
+alignment = 1;
+pos = (0,107);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+shapes = (
+{
+alignment = 1;
+pos = (0,152);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
+shapes = (
+{
+alignment = 1;
+pos = (0,106);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m007;
+shapes = (
+{
+alignment = 1;
+pos = (0,137);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m009;
+shapes = (
+{
+alignment = 1;
+pos = (0,176);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+},
+{
+layerId = m011;
+shapes = (
+{
+alignment = 1;
+pos = (0,106);
+ref = hyphen.tf;
+}
+);
+width = 1320;
+}
+);
+metricLeft = hyphen;
+metricWidth = hyphen;
+userData = {
+"interface.width-adjustments" = (
+-16
+);
+};
+}
diff --git a/src/Inter-Roman.glyphspackage/glyphs/hyphen.tf.glyph b/src/Inter-Roman.glyphspackage/glyphs/hyphen.tf.glyph
new file mode 100644
index 000000000..7e43e2a12
--- /dev/null
+++ b/src/Inter-Roman.glyphspackage/glyphs/hyphen.tf.glyph
@@ -0,0 +1,67 @@
+{
+color = 8;
+glyphname = hyphen.tf;
+layers = (
+{
+layerId = "B1F27B51-9973-4381-9301-4FE46FE1CA59";
+shapes = (
+{
+pos = (210,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m011;
+shapes = (
+{
+pos = (274,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = "C698F293-3EC0-4A5A-A3A0-0FDB1F5CF265";
+shapes = (
+{
+pos = (190,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m007;
+shapes = (
+{
+pos = (221,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
+shapes = (
+{
+pos = (174,0);
+ref = hyphen;
+}
+);
+width = 1320;
+},
+{
+layerId = m009;
+shapes = (
+{
+pos = (190,0);
+ref = hyphen;
+}
+);
+width = 1320;
+}
+);
+metricWidth = zero.tf;
+}
diff --git a/src/Inter-Roman.glyphspackage/glyphs/notequal.glyph b/src/Inter-Roman.glyphspackage/glyphs/notequal.glyph
index c0bc54de1..604c487f3 100644
--- a/src/Inter-Roman.glyphspackage/glyphs/notequal.glyph
+++ b/src/Inter-Roman.glyphspackage/glyphs/notequal.glyph
@@ -14,10 +14,10 @@ shapes = (
{
closed = 1;
nodes = (
-(378,46,l),
(542,46,l),
(972,1118,l),
-(808,1118,l)
+(808,1118,l),
+(378,46,l)
);
},
{
@@ -27,27 +27,15 @@ ref = equal;
width = 1350;
},
{
-guides = (
-{
-pos = (932,1608);
-},
-{
-pos = (1508,72);
-},
-{
-orientation = center;
-pos = (408,832);
-}
-);
layerId = "5C20EF92-B63D-42A8-8878-93C2863E0093";
shapes = (
{
closed = 1;
nodes = (
-(338,46,l),
-(678,46,l),
-(1090,1164,l),
-(750,1164,l)
+(627,0,l),
+(1085,1210,l),
+(793,1210,l),
+(335,0,l)
);
},
{
@@ -67,10 +55,10 @@ shapes = (
{
closed = 1;
nodes = (
-(408,46,l),
-(456,46,l),
-(898,1118,l),
-(850,1118,l)
+(485,108,l),
+(867,1056,l),
+(819,1056,l),
+(437,108,l)
);
},
{
@@ -91,10 +79,10 @@ shapes = (
{
closed = 1;
nodes = (
-(346,46,l),
-(510,46,l),
-(940,1118,l),
-(776,1118,l)
+(509,46,l),
+(939,1118,l),
+(775,1118,l),
+(345,46,l)
);
},
{
@@ -106,14 +94,7 @@ width = 1286;
{
guides = (
{
-pos = (836,1608);
-},
-{
-pos = (1412,72);
-},
-{
-orientation = center;
-pos = (-3182,832);
+pos = (0,605);
}
);
layerId = m009;
@@ -121,10 +102,10 @@ shapes = (
{
closed = 1;
nodes = (
-(322,46,l),
-(662,46,l),
-(1074,1164,l),
-(734,1164,l)
+(601,0,l),
+(1080,1210,l),
+(788,1210,l),
+(309,0,l)
);
},
{
@@ -136,7 +117,7 @@ width = 1388;
{
guides = (
{
-pos = (140,800);
+pos = (140,582);
}
);
layerId = m011;
@@ -144,10 +125,10 @@ shapes = (
{
closed = 1;
nodes = (
-(344,46,l),
-(392,46,l),
-(834,1118,l),
-(786,1118,l)
+(421,108,l),
+(803,1056,l),
+(755,1056,l),
+(373,108,l)
);
},
{
diff --git a/src/Inter-Roman.glyphspackage/order.plist b/src/Inter-Roman.glyphspackage/order.plist
index 565ed1216..093568c86 100644
--- a/src/Inter-Roman.glyphspackage/order.plist
+++ b/src/Inter-Roman.glyphspackage/order.plist
@@ -1346,6 +1346,8 @@ braceleft.case.tf,
braceright.case.tf,
bracketleft.case.tf,
bracketright.case.tf,
+hyphen.tf,
+hyphen.case.tf,
less.tf,
greater.tf,
lessequal.tf,