@ot-builder/io-bin-vtt-private 1.7.2 → 1.7.4
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/main/index.js +2 -3
- package/lib/tsi0123/read.js +1 -2
- package/lib/tsi0123/write.js +2 -2
- package/package.json +18 -18
package/lib/main/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.readVttPrivate = readVttPrivate;
|
|
4
|
+
exports.writeVttPrivate = writeVttPrivate;
|
|
4
5
|
const bin_util_1 = require("@ot-builder/bin-util");
|
|
5
6
|
const ot_vtt_private_1 = require("@ot-builder/ot-vtt-private");
|
|
6
7
|
const read_1 = require("../tsi0123/read");
|
|
@@ -31,7 +32,6 @@ function readVttPrivate(sfnt, cfg, gOrd, md) {
|
|
|
31
32
|
}
|
|
32
33
|
return result;
|
|
33
34
|
}
|
|
34
|
-
exports.readVttPrivate = readVttPrivate;
|
|
35
35
|
function writeVttPrivate(out, cfg, otVttPrivate, gOrd, md, eis) {
|
|
36
36
|
if (!cfg.vttPrivate.processVttPrivateTables)
|
|
37
37
|
return;
|
|
@@ -59,5 +59,4 @@ function writeVttPrivate(out, cfg, otVttPrivate, gOrd, md, eis) {
|
|
|
59
59
|
out.add(ot_vtt_private_1.TSIC.Tag, bin_util_1.Frag.packFrom(tsic_1.TsicTable, otVttPrivate.tsic, md.fvar.getDesignSpace()));
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
exports.writeVttPrivate = writeVttPrivate;
|
|
63
62
|
//# sourceMappingURL=index.js.map
|
package/lib/tsi0123/read.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.readTSI0123 =
|
|
3
|
+
exports.readTSI0123 = readTSI0123;
|
|
4
4
|
const ot_vtt_private_1 = require("@ot-builder/ot-vtt-private");
|
|
5
5
|
const primitive_1 = require("@ot-builder/primitive");
|
|
6
6
|
function readTSI0123(viewTable02, viewTable13, gOrd) {
|
|
@@ -41,5 +41,4 @@ function readTSI0123(viewTable02, viewTable13, gOrd) {
|
|
|
41
41
|
}
|
|
42
42
|
return sink;
|
|
43
43
|
}
|
|
44
|
-
exports.readTSI0123 = readTSI0123;
|
|
45
44
|
//# sourceMappingURL=read.js.map
|
package/lib/tsi0123/write.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NopProcessor = exports.TSI01Processor =
|
|
3
|
+
exports.NopProcessor = exports.TSI01Processor = void 0;
|
|
4
|
+
exports.writeTSI0123 = writeTSI0123;
|
|
4
5
|
const io_bin_ttf_1 = require("@ot-builder/io-bin-ttf");
|
|
5
6
|
function writeTSI0123(frTSI02, frTSI13, table, gOrd, textProcessor) {
|
|
6
7
|
const sink = [];
|
|
@@ -25,7 +26,6 @@ function writeTSI0123(frTSI02, frTSI13, table, gOrd, textProcessor) {
|
|
|
25
26
|
offset += entry.textBuffer.byteLength;
|
|
26
27
|
}
|
|
27
28
|
}
|
|
28
|
-
exports.writeTSI0123 = writeTSI0123;
|
|
29
29
|
function collectTSI0123Entry(sink, gid, text, textProcessor) {
|
|
30
30
|
sink.push({
|
|
31
31
|
glyphIndex: gid,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ot-builder/io-bin-vtt-private",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ot-builder/bin-util": "1.7.
|
|
28
|
-
"@ot-builder/errors": "1.7.
|
|
29
|
-
"@ot-builder/ot-vtt-private": "1.7.
|
|
30
|
-
"@ot-builder/ot-glyphs": "1.7.
|
|
31
|
-
"@ot-builder/ot-metadata": "1.7.
|
|
32
|
-
"@ot-builder/prelude": "1.7.
|
|
33
|
-
"@ot-builder/primitive": "1.7.
|
|
34
|
-
"@ot-builder/variance": "1.7.
|
|
35
|
-
"@ot-builder/ot-sfnt": "1.7.
|
|
36
|
-
"@ot-builder/io-bin-sfnt": "1.7.
|
|
37
|
-
"@ot-builder/io-bin-ttf": "1.7.
|
|
27
|
+
"@ot-builder/bin-util": "1.7.4",
|
|
28
|
+
"@ot-builder/errors": "1.7.4",
|
|
29
|
+
"@ot-builder/ot-vtt-private": "1.7.4",
|
|
30
|
+
"@ot-builder/ot-glyphs": "1.7.4",
|
|
31
|
+
"@ot-builder/ot-metadata": "1.7.4",
|
|
32
|
+
"@ot-builder/prelude": "1.7.4",
|
|
33
|
+
"@ot-builder/primitive": "1.7.4",
|
|
34
|
+
"@ot-builder/variance": "1.7.4",
|
|
35
|
+
"@ot-builder/ot-sfnt": "1.7.4",
|
|
36
|
+
"@ot-builder/io-bin-sfnt": "1.7.4",
|
|
37
|
+
"@ot-builder/io-bin-ttf": "1.7.4",
|
|
38
38
|
"iconv-lite": "^0.6.3",
|
|
39
|
-
"tslib": "^2.
|
|
39
|
+
"tslib": "^2.6.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ot-builder/io-bin-glyph-store": "1.7.
|
|
43
|
-
"@ot-builder/io-bin-metadata": "1.7.
|
|
44
|
-
"@ot-builder/test-util": "1.7.
|
|
45
|
-
"@types/jest": "^29.5.
|
|
46
|
-
"jest": "^29.
|
|
42
|
+
"@ot-builder/io-bin-glyph-store": "1.7.4",
|
|
43
|
+
"@ot-builder/io-bin-metadata": "1.7.4",
|
|
44
|
+
"@ot-builder/test-util": "1.7.4",
|
|
45
|
+
"@types/jest": "^29.5.12",
|
|
46
|
+
"jest": "^29.7.0"
|
|
47
47
|
}
|
|
48
48
|
}
|