Skip to content

Commit 2107b3d

Browse files
committed
Merge branch 'master' into releases
2 parents 6eec3d0 + a42bafd commit 2107b3d

59 files changed

Lines changed: 182 additions & 153 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

hinting-params/extralight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hintPasses": [
66
{
77
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
8-
"options": { "CANONICAL_STEM_WIDTH": 0.029, "STEM_SIDE_MIN_DIST_DESCENT": 0.029 }
8+
"options": { "CANONICAL_STEM_WIDTH": 0.029 }
99
}
1010
]
1111
}

hinting-params/light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hintPasses": [
66
{
77
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
8-
"options": { "CANONICAL_STEM_WIDTH": 0.04, "STEM_SIDE_MIN_DIST_DESCENT": 0.04 }
8+
"options": { "CANONICAL_STEM_WIDTH": 0.04 }
99
}
1010
]
1111
}

hinting-params/regular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hintPasses": [
66
{
77
"plugin": "@chlorophytum/ideograph-shape-analyzer-1",
8-
"options": { "CANONICAL_STEM_WIDTH": 0.067, "STEM_SIDE_MIN_DIST_DESCENT": 0.067 }
8+
"options": { "CANONICAL_STEM_WIDTH": 0.067 }
99
}
1010
]
1111
}

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
22
"name": "sarasa-gothic",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"main": "./run",
55
"dependencies": {
6-
"@chlorophytum/cli": "^0.2.0",
7-
"@chlorophytum/final-hint-format-hltt": "^0.2.0",
8-
"@chlorophytum/font-format-otd": "^0.2.0",
9-
"@chlorophytum/hint-store-provider-file": "^0.2.0",
10-
"@chlorophytum/ideograph-shape-analyzer-1": "^0.2.1",
6+
"@chlorophytum/cli": "^0.3.0",
7+
"@chlorophytum/final-hint-format-hltt": "^0.3.0",
8+
"@chlorophytum/font-format-otd": "^0.3.0",
9+
"@chlorophytum/hint-store-provider-file": "^0.3.0",
10+
"@chlorophytum/ideograph-shape-analyzer-1": "^0.3.4",
1111
"colors": "^1.1.2",
1212
"fs-extra": "^3.0.1",
13-
"glob": "^7.1.2",
14-
"glob-promise": "^3.1.0",
1513
"megaminx": "^0.6.3",
1614
"otfcc-ttcize": "^0.7.0",
17-
"verda": "^1.0.0-0",
15+
"verda": "^1.0.0-10",
1816
"which": "^1.2.14",
1917
"yargs": "^9.0.0"
2018
},
-72 Bytes
Binary file not shown.
136 Bytes
Binary file not shown.
196 Bytes
Binary file not shown.
-40 Bytes
Binary file not shown.
460 Bytes
Binary file not shown.
460 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)