Skip to content

Commit

Permalink
Make minus same size as plus, fixes #396
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent a94e770 commit 603b3b7
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 18 deletions.
10 changes: 3 additions & 7 deletions sources/NotoSans.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
.appVersion = "3227";
.appVersion = "3217";
.formatVersion = 3;
axes = (
{
Expand Down Expand Up @@ -5934,8 +5934,6 @@ stemValues = (
26,
26
);
userData = {
};
},
{
axesValues = (
Expand Down Expand Up @@ -6116,8 +6114,6 @@ stemValues = (
146,
170
);
userData = {
};
}
);
instances = (
Expand Down Expand Up @@ -6180,7 +6176,7 @@ value = "536";
}
);
instanceInterpolations = {
"9FF96064-8718-4A86-A5C8-73C592101F67" = 0.20313;
"9FF96064-8718-4A86-A5C8-73C592101F67" = 0.20312;
"AB666A95-3AF9-4DE8-B258-097FFCFE8A59" = 0.79688;
};
name = ExtraLight;
Expand Down Expand Up @@ -7115,7 +7111,7 @@ value = "536";
);
instanceInterpolations = {
"029FEF0C-5FA4-4A3E-AC23-838A1147A554" = 0.79688;
"36F3C8CB-53EE-4548-BFDE-2C03212BACAA" = 0.20313;
"36F3C8CB-53EE-4548-BFDE-2C03212BACAA" = 0.20312;
};
name = "ExtraCondensed ExtraLight";
weightClass = 200;
Expand Down
60 changes: 49 additions & 11 deletions sources/NotoSans.glyphspackage/glyphs/minus.glyph
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,94 @@ layers = (
layerId = "AB666A95-3AF9-4DE8-B258-097FFCFE8A59";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(55,365,l),
(55,341,l),
(515,341,l),
(515,365,l)
);
}
);
width = 322;
width = 570;
},
{
layerId = "9FF96064-8718-4A86-A5C8-73C592101F67";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(50,388,l),
(50,317,l),
(520,317,l),
(520,388,l)
);
}
);
width = 322;
width = 572;
},
{
layerId = "0A718E2F-231D-484E-9433-16A5230D2CE8";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(45,418,l),
(45,287,l),
(540,287,l),
(540,418,l)
);
}
);
width = 318;
width = 586;
},
{
layerId = "029FEF0C-5FA4-4A3E-AC23-838A1147A554";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(29,363,l),
(29,339,l),
(369,339,l),
(369,363,l)
);
}
);
width = 263;
width = 399;
},
{
layerId = "36F3C8CB-53EE-4548-BFDE-2C03212BACAA";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(30,387,l),
(30,319,l),
(398,319,l),
(398,387,l)
);
}
);
width = 274;
width = 430;
},
{
layerId = "98E204A9-1C79-49C7-AB3E-40A925F56409";
shapes = (
{
ref = hyphen;
closed = 1;
nodes = (
(34,418,l),
(34,287,l),
(466,287,l),
(466,418,l)
);
}
);
width = 325;
}
);
metricLeft = "=plus";
metricRight = "=plus";
unicode = 8722;
}

0 comments on commit 603b3b7

Please sign in to comment.