@ot-builder/io-bin-layout 1.6.3 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cfg/index.js +1 -1
- package/lib/gsub-gpos-shared/general.js +1 -1
- package/lib/shared/class-def.js +1 -1
- package/lib/shared/coverage.js +1 -1
- package/lib/shared/device-table.js +1 -0
- package/lib/shared/gpos-adjust.js +1 -1
- package/package.json +20 -20
- package/CHANGELOG.json +0 -2681
- package/CHANGELOG.md +0 -715
package/lib/cfg/index.js
CHANGED
|
@@ -12,5 +12,5 @@ var LookupWriteTrick;
|
|
|
12
12
|
LookupWriteTrick[LookupWriteTrick["AvoidUsingContextualLookup"] = 16] = "AvoidUsingContextualLookup";
|
|
13
13
|
LookupWriteTrick[LookupWriteTrick["ContextualForceFormat3"] = 65536] = "ContextualForceFormat3";
|
|
14
14
|
LookupWriteTrick[LookupWriteTrick["ContextualForceFormat2"] = 131072] = "ContextualForceFormat2";
|
|
15
|
-
})(LookupWriteTrick
|
|
15
|
+
})(LookupWriteTrick || (exports.LookupWriteTrick = LookupWriteTrick = {}));
|
|
16
16
|
//# sourceMappingURL=index.js.map
|
|
@@ -10,5 +10,5 @@ var LookupFlag;
|
|
|
10
10
|
LookupFlag[LookupFlag["IgnoreMarks"] = 8] = "IgnoreMarks";
|
|
11
11
|
LookupFlag[LookupFlag["UseMarkFilteringSet"] = 16] = "UseMarkFilteringSet";
|
|
12
12
|
LookupFlag[LookupFlag["MarkAttachmentType"] = 65280] = "MarkAttachmentType";
|
|
13
|
-
})(LookupFlag
|
|
13
|
+
})(LookupFlag || (exports.LookupFlag = LookupFlag = {}));
|
|
14
14
|
//# sourceMappingURL=general.js.map
|
package/lib/shared/class-def.js
CHANGED
|
@@ -51,7 +51,7 @@ var ClassDefUtil;
|
|
|
51
51
|
return gs;
|
|
52
52
|
}
|
|
53
53
|
ClassDefUtil.select = select;
|
|
54
|
-
})(ClassDefUtil
|
|
54
|
+
})(ClassDefUtil || (exports.ClassDefUtil = ClassDefUtil = {}));
|
|
55
55
|
exports.ClassDef = {
|
|
56
56
|
read(view, gOrd) {
|
|
57
57
|
const gidCD = view.next(exports.GidClassDef);
|
package/lib/shared/coverage.js
CHANGED
|
@@ -98,7 +98,7 @@ var CovUtils;
|
|
|
98
98
|
return [...gidSet].sort((a, b) => a - b);
|
|
99
99
|
}
|
|
100
100
|
CovUtils.gidListFromGlyphSet = gidListFromGlyphSet;
|
|
101
|
-
})(CovUtils
|
|
101
|
+
})(CovUtils || (exports.CovUtils = CovUtils = {}));
|
|
102
102
|
exports.GlyphCoverage = {
|
|
103
103
|
read(view, gOrd) {
|
|
104
104
|
const cov = view.next(exports.GidCoverage);
|
|
@@ -8,6 +8,7 @@ var DeltaFormat;
|
|
|
8
8
|
DeltaFormat[DeltaFormat["LOCAL_2_BIT_DELTAS"] = 1] = "LOCAL_2_BIT_DELTAS";
|
|
9
9
|
DeltaFormat[DeltaFormat["LOCAL_4_BIT_DELTAS"] = 2] = "LOCAL_4_BIT_DELTAS";
|
|
10
10
|
DeltaFormat[DeltaFormat["LOCAL_8_BIT_DELTAS"] = 3] = "LOCAL_8_BIT_DELTAS";
|
|
11
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
11
12
|
DeltaFormat[DeltaFormat["FORMAT_MASK"] = 3] = "FORMAT_MASK";
|
|
12
13
|
DeltaFormat[DeltaFormat["VARIATION_INDEX"] = 32768] = "VARIATION_INDEX";
|
|
13
14
|
DeltaFormat[DeltaFormat["Reserved"] = 32764] = "Reserved";
|
|
@@ -17,7 +17,7 @@ var GposAdjustmentFormat;
|
|
|
17
17
|
GposAdjustmentFormat[GposAdjustmentFormat["Y_PLACEMENT_DEVICE"] = 32] = "Y_PLACEMENT_DEVICE";
|
|
18
18
|
GposAdjustmentFormat[GposAdjustmentFormat["X_ADVANCE_DEVICE"] = 64] = "X_ADVANCE_DEVICE";
|
|
19
19
|
GposAdjustmentFormat[GposAdjustmentFormat["Y_ADVANCE_DEVICE"] = 128] = "Y_ADVANCE_DEVICE";
|
|
20
|
-
})(GposAdjustmentFormat
|
|
20
|
+
})(GposAdjustmentFormat || (exports.GposAdjustmentFormat = GposAdjustmentFormat = {}));
|
|
21
21
|
function needDeviceEntry(dt, v) {
|
|
22
22
|
return dt || !variance_1.OtVar.Ops.isConstant(v);
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ot-builder/io-bin-layout",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,28 +23,28 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ot-builder/bin-composite-types": "1.
|
|
27
|
-
"@ot-builder/bin-util": "1.
|
|
28
|
-
"@ot-builder/errors": "1.
|
|
29
|
-
"@ot-builder/ot-glyphs": "1.
|
|
30
|
-
"@ot-builder/ot-layout": "1.
|
|
31
|
-
"@ot-builder/ot-metadata": "1.
|
|
32
|
-
"@ot-builder/prelude": "1.
|
|
33
|
-
"@ot-builder/primitive": "1.
|
|
34
|
-
"@ot-builder/var-store": "1.
|
|
35
|
-
"@ot-builder/variance": "1.
|
|
36
|
-
"@ot-builder/common-impl": "1.
|
|
37
|
-
"@ot-builder/ot-sfnt": "1.
|
|
38
|
-
"@ot-builder/io-bin-sfnt": "1.
|
|
26
|
+
"@ot-builder/bin-composite-types": "1.7.0",
|
|
27
|
+
"@ot-builder/bin-util": "1.7.0",
|
|
28
|
+
"@ot-builder/errors": "1.7.0",
|
|
29
|
+
"@ot-builder/ot-glyphs": "1.7.0",
|
|
30
|
+
"@ot-builder/ot-layout": "1.7.0",
|
|
31
|
+
"@ot-builder/ot-metadata": "1.7.0",
|
|
32
|
+
"@ot-builder/prelude": "1.7.0",
|
|
33
|
+
"@ot-builder/primitive": "1.7.0",
|
|
34
|
+
"@ot-builder/var-store": "1.7.0",
|
|
35
|
+
"@ot-builder/variance": "1.7.0",
|
|
36
|
+
"@ot-builder/common-impl": "1.7.0",
|
|
37
|
+
"@ot-builder/ot-sfnt": "1.7.0",
|
|
38
|
+
"@ot-builder/io-bin-sfnt": "1.7.0",
|
|
39
39
|
"tslib": "^2.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ot-builder/io-bin-glyph-store": "1.
|
|
43
|
-
"@ot-builder/io-bin-metadata": "1.
|
|
44
|
-
"@ot-builder/ot-encoding": "1.
|
|
45
|
-
"@ot-builder/io-bin-encoding": "1.
|
|
46
|
-
"@ot-builder/test-util": "1.
|
|
42
|
+
"@ot-builder/io-bin-glyph-store": "1.7.0",
|
|
43
|
+
"@ot-builder/io-bin-metadata": "1.7.0",
|
|
44
|
+
"@ot-builder/ot-encoding": "1.7.0",
|
|
45
|
+
"@ot-builder/io-bin-encoding": "1.7.0",
|
|
46
|
+
"@ot-builder/test-util": "1.7.0",
|
|
47
47
|
"@types/jest": "^26.0.23",
|
|
48
|
-
"jest": "^29.
|
|
48
|
+
"jest": "^29.6.2"
|
|
49
49
|
}
|
|
50
50
|
}
|