-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #670 from m4rc1e/test-builder
add builder checks
- Loading branch information
Showing
20 changed files
with
703 additions
and
7 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
174 changes: 174 additions & 0 deletions
174
data/test/builder/basic_family_glyphs_0/TestFamily.glyphs
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,174 @@ | ||
{ | ||
.appVersion = "3108"; | ||
.formatVersion = 3; | ||
axes = ( | ||
{ | ||
name = Weight; | ||
tag = wght; | ||
} | ||
); | ||
customParameters = ( | ||
{ | ||
name = "Axis Mappings"; | ||
value = { | ||
}; | ||
} | ||
); | ||
date = "2023-03-23 13:10:20 +0000"; | ||
familyName = "Test Family"; | ||
fontMaster = ( | ||
{ | ||
axesValues = ( | ||
100 | ||
); | ||
id = m01; | ||
metricValues = ( | ||
{ | ||
over = 16; | ||
pos = 800; | ||
}, | ||
{ | ||
over = -16; | ||
}, | ||
{ | ||
over = -16; | ||
pos = -200; | ||
}, | ||
{ | ||
}, | ||
{ | ||
} | ||
); | ||
name = Thin; | ||
}, | ||
{ | ||
axesValues = ( | ||
900 | ||
); | ||
id = "9DF3CCAA-57F5-4938-AE55-ABF45B80491E"; | ||
metricValues = ( | ||
{ | ||
pos = 800; | ||
}, | ||
{ | ||
}, | ||
{ | ||
pos = -200; | ||
}, | ||
{ | ||
pos = 700; | ||
}, | ||
{ | ||
pos = 500; | ||
} | ||
); | ||
name = Black; | ||
} | ||
); | ||
glyphs = ( | ||
{ | ||
glyphname = A; | ||
lastChange = "2023-03-23 13:12:50 +0000"; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(50,0,l), | ||
(618,0,l), | ||
(618,667,l), | ||
(50,667,l) | ||
); | ||
} | ||
); | ||
width = 668; | ||
}, | ||
{ | ||
layerId = "9DF3CCAA-57F5-4938-AE55-ABF45B80491E"; | ||
shapes = ( | ||
{ | ||
closed = 1; | ||
nodes = ( | ||
(50,0,l), | ||
(618,0,l), | ||
(618,667,l), | ||
(50,667,l) | ||
); | ||
} | ||
); | ||
width = 668; | ||
} | ||
); | ||
unicode = 65; | ||
}, | ||
{ | ||
glyphname = space; | ||
lastChange = "2023-03-23 13:10:46 +0000"; | ||
layers = ( | ||
{ | ||
layerId = m01; | ||
width = 200; | ||
}, | ||
{ | ||
layerId = "9DF3CCAA-57F5-4938-AE55-ABF45B80491E"; | ||
width = 600; | ||
} | ||
); | ||
unicode = 32; | ||
} | ||
); | ||
instances = ( | ||
{ | ||
axesValues = ( | ||
100 | ||
); | ||
instanceInterpolations = { | ||
m01 = 1; | ||
}; | ||
name = Thin; | ||
weightClass = 100; | ||
}, | ||
{ | ||
axesValues = ( | ||
400 | ||
); | ||
instanceInterpolations = { | ||
"9DF3CCAA-57F5-4938-AE55-ABF45B80491E" = 0.375; | ||
m01 = 0.625; | ||
}; | ||
name = Regular; | ||
}, | ||
{ | ||
axesValues = ( | ||
900 | ||
); | ||
instanceInterpolations = { | ||
"9DF3CCAA-57F5-4938-AE55-ABF45B80491E" = 1; | ||
}; | ||
name = Black; | ||
weightClass = 900; | ||
} | ||
); | ||
metrics = ( | ||
{ | ||
type = ascender; | ||
}, | ||
{ | ||
type = baseline; | ||
}, | ||
{ | ||
type = descender; | ||
}, | ||
{ | ||
type = "cap height"; | ||
}, | ||
{ | ||
type = "x-height"; | ||
} | ||
); | ||
unitsPerEm = 1000; | ||
versionMajor = 1; | ||
versionMinor = 0; | ||
} |
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,4 @@ | ||
sources: | ||
- TestFamily.glyphs | ||
familyName: Test Family | ||
autohintTTF: false |
40 changes: 40 additions & 0 deletions
40
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.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,40 @@ | ||
<?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>descender</key> | ||
<integer>-200</integer> | ||
<key>familyName</key> | ||
<string>Test Family</string> | ||
<key>italicAngle</key> | ||
<integer>0</integer> | ||
<key>openTypeHeadCreated</key> | ||
<string>2023/03/23 13:10:20</string> | ||
<key>openTypeOS2Type</key> | ||
<array> | ||
<integer>3</integer> | ||
</array> | ||
<key>postscriptUnderlinePosition</key> | ||
<integer>-100</integer> | ||
<key>postscriptUnderlineThickness</key> | ||
<integer>50</integer> | ||
<key>styleMapFamilyName</key> | ||
<string>Test Family Black</string> | ||
<key>styleMapStyleName</key> | ||
<string>regular</string> | ||
<key>styleName</key> | ||
<string>Black</string> | ||
<key>unitsPerEm</key> | ||
<integer>1000</integer> | ||
<key>versionMajor</key> | ||
<integer>1</integer> | ||
<key>versionMinor</key> | ||
<integer>0</integer> | ||
<key>xHeight</key> | ||
<integer>500</integer> | ||
</dict> | ||
</plist> |
13 changes: 13 additions & 0 deletions
13
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.ufo/glyphs/A_.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="A" format="2"> | ||
<advance width="668"/> | ||
<unicode hex="0041"/> | ||
<outline> | ||
<contour> | ||
<point x="50" y="667" type="line"/> | ||
<point x="50" y="0" type="line"/> | ||
<point x="618" y="0" type="line"/> | ||
<point x="618" y="667" type="line"/> | ||
</contour> | ||
</outline> | ||
</glyph> |
10 changes: 10 additions & 0 deletions
10
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.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,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"> | ||
<dict> | ||
<key>A</key> | ||
<string>A_.glif</string> | ||
<key>space</key> | ||
<string>space.glif</string> | ||
</dict> | ||
</plist> |
7 changes: 7 additions & 0 deletions
7
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.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> |
10 changes: 10 additions & 0 deletions
10
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.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> |
48 changes: 48 additions & 0 deletions
48
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.ufo/lib.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,48 @@ | ||
<?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>com.github.googlei18n.ufo2ft.filters</key> | ||
<array> | ||
<dict> | ||
<key>name</key> | ||
<string>eraseOpenCorners</string> | ||
<key>namespace</key> | ||
<string>glyphsLib.filters</string> | ||
<key>pre</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
<key>com.schriftgestaltung.customParameter.GSFont.Axis Mappings</key> | ||
<dict/> | ||
<key>com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment</key> | ||
<false/> | ||
<key>com.schriftgestaltung.customParameter.GSFont.useNiceNames</key> | ||
<integer>1</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue1</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue2</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.customValue3</key> | ||
<integer>0</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.iconName</key> | ||
<string></string> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.weightValue</key> | ||
<integer>900</integer> | ||
<key>com.schriftgestaltung.customParameter.GSFontMaster.widthValue</key> | ||
<integer>100</integer> | ||
<key>com.schriftgestaltung.fontMasterOrder</key> | ||
<integer>1</integer> | ||
<key>com.schriftgestaltung.weightValue</key> | ||
<integer>900</integer> | ||
<key>com.schriftgestaltung.widthValue</key> | ||
<integer>100</integer> | ||
<key>public.glyphOrder</key> | ||
<array> | ||
<string>A</string> | ||
<string>space</string> | ||
</array> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
data/test/builder/check_compatibility_ufo_1/TestFamily-Black.ufo/metainfo.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"> | ||
<dict> | ||
<key>creator</key> | ||
<string>com.github.fonttools.ufoLib</string> | ||
<key>formatVersion</key> | ||
<integer>3</integer> | ||
</dict> | ||
</plist> |
Oops, something went wrong.