-
Notifications
You must be signed in to change notification settings - Fork 22
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
1 parent
8f8e57f
commit ea70388
Showing
13 changed files
with
13,310 additions
and
0 deletions.
There are no files selected for viewing
99 changes: 99 additions & 0 deletions
99
test-py/data/workflow/output-trim-variable-glyphs-1.fontra/font-data.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,99 @@ | ||
{ | ||
"axes": { | ||
"axes": [ | ||
{ | ||
"name": "wght", | ||
"label": "wght", | ||
"tag": "wght", | ||
"minValue": 200, | ||
"defaultValue": 200, | ||
"maxValue": 900, | ||
"mapping": [ | ||
[ | ||
200, | ||
0 | ||
], | ||
[ | ||
300.018310546875, | ||
0.094970703125 | ||
], | ||
[ | ||
399.993896484375, | ||
0.21002197265625 | ||
], | ||
[ | ||
500.01220703125, | ||
0.3599853515625 | ||
], | ||
[ | ||
599.98779296875, | ||
0.510009765625 | ||
], | ||
[ | ||
700.006103515625, | ||
0.72998046875 | ||
], | ||
[ | ||
900, | ||
1 | ||
] | ||
] | ||
} | ||
] | ||
}, | ||
"customData": { | ||
"fontra.sourceStatusFieldDefinitions": [ | ||
{ | ||
"color": [ | ||
1, | ||
0, | ||
0, | ||
1 | ||
], | ||
"isDefault": true, | ||
"label": "In progress", | ||
"value": 0 | ||
}, | ||
{ | ||
"color": [ | ||
1, | ||
0.5, | ||
0, | ||
1 | ||
], | ||
"label": "Checking-1", | ||
"value": 1 | ||
}, | ||
{ | ||
"color": [ | ||
1, | ||
1, | ||
0, | ||
1 | ||
], | ||
"label": "Checking-2", | ||
"value": 2 | ||
}, | ||
{ | ||
"color": [ | ||
0, | ||
0.5, | ||
1, | ||
1 | ||
], | ||
"label": "Checking-3", | ||
"value": 3 | ||
}, | ||
{ | ||
"color": [ | ||
0, | ||
1, | ||
0.5, | ||
1 | ||
], | ||
"label": "Validated", | ||
"value": 4 | ||
} | ||
] | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
test-py/data/workflow/output-trim-variable-glyphs-1.fontra/glyph-info.csv
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,12 @@ | ||
glyph name;code points | ||
T_2FF0_80B2; | ||
T_2FF1_6708; | ||
T_4EBB_2FF0; | ||
VG_31C0_00; | ||
VG_31C6_00; | ||
VG_4E00_00; | ||
VG_4E00_01; | ||
VG_4E28_00; | ||
VG_4E36_00; | ||
VG_4E3F_01; | ||
uni4FFC;U+4FFC |
Oops, something went wrong.