Skip to content

Commit

Permalink
Adjust expected results after edited test font
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 4, 2023
1 parent 43a92ae commit d340ede
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions test-py/test_font.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,13 @@
"location": {"flip": 0, "flop": 100},
"name": "varco_flop",
},
{
"name": "weight=850,flip=100",
"layerName": "weight=850,flip=100",
"location": {"flip": 100, "weight": 850},
"inactive": False,
"customData": {},
},
],
"layers": {
"MutatorSansLightCondensed/foreground": {
Expand Down Expand Up @@ -529,6 +536,37 @@
"xAdvance": 500,
},
},
"weight=850,flip=100": {
"glyph": {
"path": {
"coordinates": [
70,
278,
452,
278,
522,
278,
522,
380,
522,
664,
204,
664,
204,
588,
70,
588,
],
"pointTypes": [0, 0, 0, 0, 0, 0, 0, 0],
"contourInfo": [{"endPoint": 7, "isClosed": True}],
},
"components": [],
"xAdvance": 500,
"yAdvance": None,
"verticalOrigin": None,
},
"customData": {},
},
},
},
),
Expand Down

0 comments on commit d340ede

Please sign in to comment.