-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
696 additions
and
5 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
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
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
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,6 @@ | ||
Created by converting .glyphs files using fontmake, e.g.: | ||
|
||
```shell | ||
$ fontmake -o=ufo resources/testdata/glyphs3/WghtVar.glyphs | ||
$ mv master_ufo/* resources/testdata/designspace_from_glyphs/ | ||
``` |
53 changes: 53 additions & 0 deletions
53
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/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,53 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ascender</key> | ||
<integer>800</integer> | ||
<key>capHeight</key> | ||
<integer>700</integer> | ||
<key>copyright</key> | ||
<string>Copy!</string> | ||
<key>descender</key> | ||
<integer>-200</integer> | ||
<key>familyName</key> | ||
<string>WghtVar</string> | ||
<key>italicAngle</key> | ||
<integer>0</integer> | ||
<key>openTypeHeadCreated</key> | ||
<string>2022/12/01 04:52:20</string> | ||
<key>openTypeNameDescription</key> | ||
<string>The greatest weight var</string> | ||
<key>openTypeNameLicenseURL</key> | ||
<string>https://example.com/my/font/license</string> | ||
<key>openTypeNameVersion</key> | ||
<string>New Value</string> | ||
<key>openTypeOS2Selection</key> | ||
<array> | ||
<integer>7</integer> | ||
<integer>8</integer> | ||
</array> | ||
<key>openTypeOS2Type</key> | ||
<array> | ||
<integer>3</integer> | ||
</array> | ||
<key>postscriptUnderlinePosition</key> | ||
<integer>-100</integer> | ||
<key>postscriptUnderlineThickness</key> | ||
<integer>50</integer> | ||
<key>styleMapFamilyName</key> | ||
<string>WghtVar</string> | ||
<key>styleMapStyleName</key> | ||
<string>bold</string> | ||
<key>styleName</key> | ||
<string>Bold</string> | ||
<key>unitsPerEm</key> | ||
<integer>1000</integer> | ||
<key>versionMajor</key> | ||
<integer>42</integer> | ||
<key>versionMinor</key> | ||
<integer>42</integer> | ||
<key>xHeight</key> | ||
<integer>500</integer> | ||
</dict> | ||
</plist> |
17 changes: 17 additions & 0 deletions
17
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/bracketleft.glif
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 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="bracketleft" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="005B"/> | ||
<outline> | ||
<contour> | ||
<point x="454" y="629" type="line"/> | ||
<point x="324" y="629" type="line"/> | ||
<point x="324" y="58" type="line"/> | ||
<point x="454" y="58" type="line"/> | ||
<point x="454" y="-17" type="line"/> | ||
<point x="243" y="-17" type="line"/> | ||
<point x="243" y="704" type="line"/> | ||
<point x="454" y="704" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
17 changes: 17 additions & 0 deletions
17
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/bracketright.glif
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 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="bracketright" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="005D"/> | ||
<outline> | ||
<contour> | ||
<point x="243" y="629" type="line"/> | ||
<point x="243" y="704" type="line"/> | ||
<point x="454" y="704" type="line"/> | ||
<point x="454" y="-17" type="line"/> | ||
<point x="243" y="-17" type="line"/> | ||
<point x="243" y="58" type="line"/> | ||
<point x="373" y="58" type="line"/> | ||
<point x="373" y="629" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
18 changes: 18 additions & 0 deletions
18
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/contents.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,18 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>bracketleft</key> | ||
<string>bracketleft.glif</string> | ||
<key>bracketright</key> | ||
<string>bracketright.glif</string> | ||
<key>exclam</key> | ||
<string>exclam.glif</string> | ||
<key>hyphen</key> | ||
<string>hyphen.glif</string> | ||
<key>manual-component</key> | ||
<string>manual-component.glif</string> | ||
<key>space</key> | ||
<string>space.glif</string> | ||
</dict> | ||
</plist> |
19 changes: 19 additions & 0 deletions
19
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/exclam.glif
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,19 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="exclam" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="0021"/> | ||
<outline> | ||
<contour> | ||
<point x="228" y="174" type="line"/> | ||
<point x="364" y="176" type="line"/> | ||
<point x="434" y="605" type="line"/> | ||
<point x="159" y="605" type="line"/> | ||
</contour> | ||
<contour> | ||
<point x="228" y="-20" type="line"/> | ||
<point x="364" y="-20" type="line"/> | ||
<point x="364" y="94" type="line"/> | ||
<point x="228" y="94" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
13 changes: 13 additions & 0 deletions
13
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/hyphen.glif
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,13 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="hyphen" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="002D"/> | ||
<outline> | ||
<contour> | ||
<point x="92" y="356" type="line"/> | ||
<point x="92" y="224" type="line"/> | ||
<point x="508" y="224" type="line"/> | ||
<point x="508" y="356" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
9 changes: 9 additions & 0 deletions
9
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/manual-component.glif
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 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="manual-component" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="003D"/> | ||
<outline> | ||
<component base="hyphen" xScale="1.15" yScale="1.25" xOffset="10" yOffset="100"/> | ||
<component base="hyphen"/> | ||
</outline> | ||
</glyph> |
7 changes: 7 additions & 0 deletions
7
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/glyphs/space.glif
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,7 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<glyph name="space" format="2"> | ||
<advance width="600"/> | ||
<unicode hex="0020"/> | ||
<outline> | ||
</outline> | ||
</glyph> |
16 changes: 16 additions & 0 deletions
16
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/groups.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,16 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>public.kern1.brackets</key> | ||
<array> | ||
<string>bracketleft</string> | ||
<string>bracketright</string> | ||
</array> | ||
<key>public.kern2.brackets</key> | ||
<array> | ||
<string>bracketleft</string> | ||
<string>bracketright</string> | ||
</array> | ||
</dict> | ||
</plist> |
21 changes: 21 additions & 0 deletions
21
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/kerning.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,21 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>bracketleft</key> | ||
<dict> | ||
<key>bracketright</key> | ||
<integer>-150</integer> | ||
</dict> | ||
<key>exclam</key> | ||
<dict> | ||
<key>exclam</key> | ||
<integer>-100</integer> | ||
</dict> | ||
<key>hyphen</key> | ||
<dict> | ||
<key>hyphen</key> | ||
<integer>-50</integer> | ||
</dict> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
resources/testdata/designspace_from_glyphs/WghtVar-Bold.ufo/layercontents.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,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<array> | ||
<array> | ||
<string>public.default</string> | ||
<string>glyphs</string> | ||
</array> | ||
</array> | ||
</plist> |
Oops, something went wrong.