-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add infinity.glyphs{,package} for v2 as well
- Loading branch information
1 parent
aa92472
commit 4767a08
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
.appVersion = "3219"; | ||
date = "2023-09-20 08:55:41 +0000"; | ||
familyName = InfWght; | ||
fontMaster = ( | ||
{ | ||
ascender = 800; | ||
capHeight = 0; | ||
descender = 0; | ||
id = m01; | ||
xHeight = 0; | ||
} | ||
); | ||
glyphs = ( | ||
{ | ||
glyphname = infinity; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
width = 600; | ||
} | ||
); | ||
} | ||
); | ||
unitsPerEm = 1000; | ||
versionMajor = 1; | ||
versionMinor = 0; | ||
} |
17 changes: 17 additions & 0 deletions
17
resources/testdata/glyphs2/infinity.glyphspackage/fontinfo.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
.appVersion = "3219"; | ||
date = "2023-09-20 08:55:41 +0000"; | ||
familyName = InfWght; | ||
fontMaster = ( | ||
{ | ||
ascender = 800; | ||
capHeight = 0; | ||
descender = 0; | ||
id = m01; | ||
xHeight = 0; | ||
} | ||
); | ||
unitsPerEm = 1000; | ||
versionMajor = 1; | ||
versionMinor = 0; | ||
} |
9 changes: 9 additions & 0 deletions
9
resources/testdata/glyphs2/infinity.glyphspackage/glyphs/infinity.glyph
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
glyphname = infinity; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
width = 600; | ||
} | ||
); | ||
} |
3 changes: 3 additions & 0 deletions
3
resources/testdata/glyphs2/infinity.glyphspackage/order.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
( | ||
infinity | ||
) |