-
Notifications
You must be signed in to change notification settings - Fork 27
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 #1854 from googlefonts/workflow-fork
[fontra-workflow] Implement "fork" and "fork-merge" step styles
- Loading branch information
Showing
13 changed files
with
873 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"sources": { | ||
"5bea6334": { | ||
"name": "LightCondensed", | ||
"lineMetricsHorizontalLayout": { | ||
"ascender": { | ||
"value": 800, | ||
"zone": 16 | ||
}, | ||
"capHeight": { | ||
"value": 750, | ||
"zone": 16 | ||
}, | ||
"xHeight": { | ||
"value": 500, | ||
"zone": 16 | ||
}, | ||
"baseline": { | ||
"value": 0, | ||
"zone": -16 | ||
}, | ||
"descender": { | ||
"value": -250, | ||
"zone": -16 | ||
} | ||
} | ||
} | ||
} | ||
} |
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,2 @@ | ||
glyph name;code points | ||
A;U+0041,U+0061 |
109 changes: 109 additions & 0 deletions
109
test-py/data/workflow/output-fork-A.fontra/glyphs/A^1.json
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,109 @@ | ||
{ | ||
"name": "A", | ||
"sources": [ | ||
{ | ||
"name": "LightCondensed", | ||
"layerName": "MutatorSansLightCondensed/foreground" | ||
} | ||
], | ||
"layers": { | ||
"MutatorSansLightCondensed/foreground": { | ||
"glyph": { | ||
"path": { | ||
"contours": [ | ||
{ | ||
"points": [ | ||
{ | ||
"x": 20, | ||
"y": 0 | ||
}, | ||
{ | ||
"x": 60, | ||
"y": 0 | ||
}, | ||
{ | ||
"x": 200, | ||
"y": 700 | ||
}, | ||
{ | ||
"x": 165, | ||
"y": 700 | ||
} | ||
], | ||
"isClosed": true | ||
}, | ||
{ | ||
"points": [ | ||
{ | ||
"x": 75, | ||
"y": 164 | ||
}, | ||
{ | ||
"x": 325, | ||
"y": 164 | ||
}, | ||
{ | ||
"x": 325, | ||
"y": 200 | ||
}, | ||
{ | ||
"x": 75, | ||
"y": 200 | ||
} | ||
], | ||
"isClosed": true | ||
}, | ||
{ | ||
"points": [ | ||
{ | ||
"x": 332, | ||
"y": 0 | ||
}, | ||
{ | ||
"x": 376, | ||
"y": 0 | ||
}, | ||
{ | ||
"x": 231, | ||
"y": 700 | ||
}, | ||
{ | ||
"x": 192, | ||
"y": 700 | ||
} | ||
], | ||
"isClosed": true | ||
}, | ||
{ | ||
"points": [ | ||
{ | ||
"x": 175, | ||
"y": 661 | ||
}, | ||
{ | ||
"x": 222, | ||
"y": 661 | ||
}, | ||
{ | ||
"x": 222, | ||
"y": 700 | ||
}, | ||
{ | ||
"x": 175, | ||
"y": 700 | ||
} | ||
], | ||
"isClosed": true | ||
} | ||
] | ||
}, | ||
"xAdvance": 396 | ||
} | ||
}, | ||
"MutatorSansLightCondensed/support": { | ||
"glyph": { | ||
"xAdvance": 930 | ||
} | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"sources": { | ||
"5bea6334": { | ||
"name": "LightCondensed", | ||
"lineMetricsHorizontalLayout": { | ||
"ascender": { | ||
"value": 800, | ||
"zone": 16 | ||
}, | ||
"capHeight": { | ||
"value": 750, | ||
"zone": 16 | ||
}, | ||
"xHeight": { | ||
"value": 500, | ||
"zone": 16 | ||
}, | ||
"baseline": { | ||
"value": 0, | ||
"zone": -16 | ||
}, | ||
"descender": { | ||
"value": -250, | ||
"zone": -16 | ||
} | ||
} | ||
} | ||
} | ||
} |
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,2 @@ | ||
glyph name;code points | ||
B;U+0042,U+0062 |
Oops, something went wrong.