Skip to content

Commit

Permalink
infinity.glyphs: make the axes defs match
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 20, 2023
1 parent 4767a08 commit dd7c62b
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/testdata/glyphs2/infinity.glyphs
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
.appVersion = "3219";
customParameters = (
{
name = Axes;
value = (
{
Name = Weight;
Tag = wght;
}
);
}
);
date = "2023-09-20 08:55:41 +0000";
familyName = InfWght;
fontMaster = (
Expand All @@ -8,6 +19,7 @@ ascender = 800;
capHeight = 0;
descender = 0;
id = m01;
weightValue = 400;
xHeight = 0;
}
);
Expand Down
12 changes: 12 additions & 0 deletions resources/testdata/glyphs2/infinity.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
.appVersion = "3219";
customParameters = (
{
name = Axes;
value = (
{
Name = Weight;
Tag = wght;
}
);
}
);
date = "2023-09-20 08:55:41 +0000";
familyName = InfWght;
fontMaster = (
Expand All @@ -8,6 +19,7 @@ ascender = 800;
capHeight = 0;
descender = 0;
id = m01;
weightValue = 400;
xHeight = 0;
}
);
Expand Down
9 changes: 9 additions & 0 deletions resources/testdata/glyphs3/infinity.glyphs
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
.appVersion = "3219";
.formatVersion = 3;
axes = (
{
name = Weight;
tag = wght;
}
);
date = "2023-09-20 08:55:41 +0000";
familyName = InfWght;
fontMaster = (
{
axesValues = (
400
);
id = m01;
name = Regular;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
.appVersion = "3219";
.formatVersion = 3;
axes = (
{
name = Weight;
tag = wght;
}
);
date = "2023-09-20 08:55:41 +0000";
familyName = InfWght;
fontMaster = (
{
axesValues = (
400
);
id = m01;
name = Regular;
}
Expand Down

0 comments on commit dd7c62b

Please sign in to comment.