Skip to content

Commit

Permalink
Release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 30, 2021
2 parents c0b6252 + 9e03b34 commit 0aeb14c
Show file tree
Hide file tree
Showing 330 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions hinting-params/bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"CANONICAL_STEM_WIDTH": 0.097,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -33,7 +33,7 @@
"CANONICAL_STEM_WIDTH": 0.097,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -55,7 +55,7 @@
"CANONICAL_STEM_WIDTH": 0.097,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions hinting-params/extralight.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hintOptions": {
"CANONICAL_STEM_WIDTH": 0.029,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -31,7 +31,7 @@
"SLOPE_FUZZ_NEG": 0.175,
"CANONICAL_STEM_WIDTH": 0.029,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -52,7 +52,7 @@
"SLOPE_FUZZ_NEG": 0.03,
"CANONICAL_STEM_WIDTH": 0.029,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions hinting-params/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hintOptions": {
"CANONICAL_STEM_WIDTH": 0.04,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -31,7 +31,7 @@
"SLOPE_FUZZ_NEG": 0.175,
"CANONICAL_STEM_WIDTH": 0.04,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -52,7 +52,7 @@
"SLOPE_FUZZ_NEG": 0.03,
"CANONICAL_STEM_WIDTH": 0.04,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions hinting-params/regular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hintOptions": {
"CANONICAL_STEM_WIDTH": 0.067,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -30,7 +30,7 @@
"SLOPE_FUZZ_POST": 0.175,
"SLOPE_FUZZ_NEG": 0.175,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -50,7 +50,7 @@
"SLOPE_FUZZ_POST": 0.03,
"SLOPE_FUZZ_NEG": 0.03,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions hinting-params/semibold.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"CANONICAL_STEM_WIDTH": 0.072,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -33,7 +33,7 @@
"CANONICAL_STEM_WIDTH": 0.072,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
},
{
Expand All @@ -55,7 +55,7 @@
"CANONICAL_STEM_WIDTH": 0.072,
"STEM_SIDE_MIN_DIST_DESCENT": 0.072,
"DoOutlineDicing": true,
"OutlineDicingStepLength": 0.05
"OutlineDicingStepLength": 0.06
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sarasa-gothic",
"version": "0.31.2",
"version": "0.32.0",
"main": "./run",
"scripts": {
"build": "verda -f verdafile.js",
Expand Down
Loading

0 comments on commit 0aeb14c

Please sign in to comment.