Skip to content

Commit

Permalink
Merge pull request #776 from googlefonts/test-for-407
Browse files Browse the repository at this point in the history
Add test files to reproduce issue #407
  • Loading branch information
anthrotype authored Apr 16, 2024
2 parents d14fa12 + ac5c397 commit 911639b
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?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>i</key>
<dict>
<key>i</key>
<integer>-400</integer>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?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>i</key>
<dict>
<key>i</key>
<integer>-50</integer>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
</location>
</source>
</sources>
<variable-fonts>
<variable-font name="Regular" filename="IntermediateLayerVF">
<axis-subsets>
<axis-subset name="Cap Height"/>
<axis-subset name="Weight"/>
</axis-subsets>
</variable-font>
</variable-fonts>
<instances>
<instance name="Intermediate Layer Regular" familyname="Intermediate Layer" stylename="Regular" filename="../instance_ufo/IntermediateLayer-Regular.ufo" stylemapfamilyname="Intermediate Layer" stylemapstylename="regular">
<location>
Expand Down
18 changes: 17 additions & 1 deletion resources/testdata/glyphs2/IntermediateLayer.glyphs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
.appVersion = "3226";
.appVersion = "3300";
DisplayStrings = (
I,
ii
);
customParameters = (
{
name = "Disable Last Change";
Expand Down Expand Up @@ -674,6 +678,18 @@ name = "Tall Caps Black";
weightClass = Black;
}
);
kerning = {
"F969B945-4602-464F-B67C-A69BED6E6A4A" = {
i = {
i = -50;
};
};
m01 = {
i = {
i = -400;
};
};
};
unitsPerEm = 1000;
userData = {
GSDontShowVersionAlert = 1;
Expand Down
18 changes: 17 additions & 1 deletion resources/testdata/glyphs3/IntermediateLayer.glyphs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
.appVersion = "3226";
.appVersion = "3300";
.formatVersion = 3;
DisplayStrings = (
I,
ii
);
axes = (
{
name = "Cap Height";
Expand Down Expand Up @@ -752,6 +756,18 @@ name = "Tall Caps Black";
weightClass = 900;
}
);
kerningLTR = {
"F969B945-4602-464F-B67C-A69BED6E6A4A" = {
i = {
i = -50;
};
};
m01 = {
i = {
i = -400;
};
};
};
metrics = (
{
type = ascender;
Expand Down

0 comments on commit 911639b

Please sign in to comment.