Skip to content

Commit

Permalink
Turn float-int numbers into ints
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 9, 2024
1 parent 037bcf1 commit 0968c70
Show file tree
Hide file tree
Showing 50 changed files with 1,161 additions and 1,161 deletions.
32 changes: 16 additions & 16 deletions test-common/fonts/MutatorSans.fontra/glyphs/D^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"smooth": true
},
{
"x": 320.0,
"y": 664.0,
"x": 320,
"y": 664,
"type": "cubic"
},
{
Expand All @@ -96,8 +96,8 @@
"type": "cubic"
},
{
"x": 320.0,
"y": 36.0,
"x": 320,
"y": 36,
"type": "cubic"
},
{
Expand All @@ -119,8 +119,8 @@
"smooth": true
},
{
"x": 345.0,
"y": 0.0,
"x": 345,
"y": 0,
"type": "cubic"
},
{
Expand All @@ -139,8 +139,8 @@
"type": "cubic"
},
{
"x": 345.0,
"y": 700.0,
"x": 345,
"y": 700,
"type": "cubic"
},
{
Expand Down Expand Up @@ -439,8 +439,8 @@
"smooth": true
},
{
"x": 759.0,
"y": 546.0,
"x": 759,
"y": 546,
"type": "cubic"
},
{
Expand All @@ -459,8 +459,8 @@
"type": "cubic"
},
{
"x": 759.0,
"y": 254.0,
"x": 759,
"y": 254,
"type": "cubic"
},
{
Expand All @@ -482,8 +482,8 @@
"smooth": true
},
{
"x": 1043.0,
"y": 0.0,
"x": 1043,
"y": 0,
"type": "cubic"
},
{
Expand All @@ -502,8 +502,8 @@
"type": "cubic"
},
{
"x": 1043.0,
"y": 800.0,
"x": 1043,
"y": 800,
"type": "cubic"
},
{
Expand Down
8 changes: 4 additions & 4 deletions test-common/fonts/MutatorSans.fontra/glyphs/E^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@
"points": [
{
"x": 45.68544,
"y": 0.0
"y": 0
},
{
"x": 264.61744,
"y": 0.0
"y": 0
},
{
"x": 264.61744,
Expand Down Expand Up @@ -191,11 +191,11 @@
"points": [
{
"x": 115.78639999999999,
"y": 0.0
"y": 0
},
{
"x": 504.61744,
"y": 0.0
"y": 0
},
{
"x": 504.61744,
Expand Down
4 changes: 2 additions & 2 deletions test-common/fonts/MutatorSans.fontra/glyphs/F^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
"points": [
{
"x": 46,
"y": 0.0
"y": 0
},
{
"x": 265,
"y": 0.0
"y": 0
},
{
"x": 265,
Expand Down
22 changes: 11 additions & 11 deletions test-common/fonts/MutatorSans.fontra/glyphs/G^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,15 @@
},
{
"x": 516,
"y": 216.0
"y": 216
},
{
"x": 591,
"y": 0.0
"y": 0
},
{
"x": 699.367712,
"y": 0.0
"y": 0
},
{
"x": 699,
Expand Down Expand Up @@ -399,22 +399,22 @@
},
{
"x": 157.20776,
"y": -10.0,
"y": -10,
"type": "cubic"
},
{
"x": 362.663664,
"y": -10.0,
"y": -10,
"smooth": true
},
{
"x": 383.683856,
"y": -10.0,
"y": -10,
"smooth": true
},
{
"x": 560.9723839999999,
"y": -10.0,
"y": -10,
"type": "cubic"
},
{
Expand Down Expand Up @@ -533,7 +533,7 @@
"smooth": true
},
{
"x": 505.0,
"x": 505,
"y": 546,
"type": "cubic"
},
Expand All @@ -551,12 +551,12 @@
"y": 457
},
{
"x": 773.0,
"y": 696.0,
"x": 773,
"y": 696,
"type": "cubic"
},
{
"x": 640.0,
"x": 640,
"y": 810,
"type": "cubic"
},
Expand Down
18 changes: 9 additions & 9 deletions test-common/fonts/MutatorSans.fontra/glyphs/IJ^3.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
{
"x": 30,
"y": 95.0,
"y": 95,
"type": "cubic"
},
{
Expand Down Expand Up @@ -357,8 +357,8 @@
"smooth": true
},
{
"x": 327.0,
"y": 26.0,
"x": 327,
"y": 26,
"type": "cubic"
},
{
Expand Down Expand Up @@ -390,8 +390,8 @@
"type": "cubic"
},
{
"x": 301.0,
"y": -10.0,
"x": 301,
"y": -10,
"type": "cubic"
}
],
Expand Down Expand Up @@ -478,8 +478,8 @@
"smooth": true
},
{
"x": 576.0,
"y": 284.0,
"x": 576,
"y": 284,
"type": "cubic"
},
{
Expand Down Expand Up @@ -511,8 +511,8 @@
"type": "cubic"
},
{
"x": 310.0,
"y": -10.0,
"x": 310,
"y": -10,
"type": "cubic"
}
],
Expand Down
6 changes: 3 additions & 3 deletions test-common/fonts/MutatorSans.fontra/glyphs/J.narrow^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
"smooth": true
},
{
"x": 306.0,
"y": 314.0,
"x": 306,
"y": 314,
"type": "cubic"
},
{
Expand All @@ -185,7 +185,7 @@
},
{
"x": 152.11111111111111,
"y": 274.0,
"y": 274,
"type": "cubic"
},
{
Expand Down
8 changes: 4 additions & 4 deletions test-common/fonts/MutatorSans.fontra/glyphs/J^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
},
{
"x": 684.7628032345013,
"y": -10.0,
"y": -10,
"type": "cubic"
},
{
Expand Down Expand Up @@ -285,7 +285,7 @@
},
{
"x": 659.7945619335347,
"y": 26.0,
"y": 26,
"type": "cubic"
},
{
Expand All @@ -295,7 +295,7 @@
},
{
"x": 256.8181818181818,
"y": 26.0,
"y": 26,
"type": "cubic"
},
{
Expand Down Expand Up @@ -328,7 +328,7 @@
},
{
"x": 230.72972972972974,
"y": -10.0,
"y": -10,
"type": "cubic"
}
],
Expand Down
4 changes: 2 additions & 2 deletions test-common/fonts/MutatorSans.fontra/glyphs/O^1.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
"type": "cubic"
},
{
"x": 170.0,
"y": -10.0,
"x": 170,
"y": -10,
"type": "cubic"
}
],
Expand Down
Loading

0 comments on commit 0968c70

Please sign in to comment.