@ot-builder/rectify
Advanced tools
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyExtPrivateTable = exports.rectifyCmapTable = void 0; | ||
| exports.rectifyCmapTable = rectifyCmapTable; | ||
| exports.rectifyExtPrivateTable = rectifyExtPrivateTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -20,3 +21,2 @@ const shared_1 = require("../shared"); | ||
| } | ||
| exports.rectifyCmapTable = rectifyCmapTable; | ||
| function rectifyExtPrivateTable(rec, table) { | ||
@@ -30,3 +30,2 @@ const newTable = new Ot.XPrv.Table(); | ||
| } | ||
| exports.rectifyExtPrivateTable = rectifyExtPrivateTable; | ||
| //# sourceMappingURL=index.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyCffTable = void 0; | ||
| exports.rectifyCffTable = rectifyCffTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -79,3 +79,2 @@ const shared_1 = require("../shared"); | ||
| } | ||
| exports.rectifyCffTable = rectifyCffTable; | ||
| //# sourceMappingURL=cff.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyCvtTable = void 0; | ||
| exports.rectifyCvtTable = rectifyCvtTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -8,3 +8,2 @@ function rectifyCvtTable(rec, table) { | ||
| } | ||
| exports.rectifyCvtTable = rectifyCvtTable; | ||
| //# sourceMappingURL=cvt.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.inPlaceRectifyGlyphStore = void 0; | ||
| exports.inPlaceRectifyGlyphStore = inPlaceRectifyGlyphStore; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -191,3 +191,2 @@ const interface_1 = require("../interface"); | ||
| } | ||
| exports.inPlaceRectifyGlyphStore = inPlaceRectifyGlyphStore; | ||
| //# sourceMappingURL=index.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyBaseTable = void 0; | ||
| exports.rectifyBaseTable = rectifyBaseTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -91,3 +91,2 @@ const interface_1 = require("../../interface"); | ||
| } | ||
| exports.rectifyBaseTable = rectifyBaseTable; | ||
| //# sourceMappingURL=index.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyGdefTable = void 0; | ||
| exports.rectifyGdefTable = rectifyGdefTable; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
@@ -30,3 +30,2 @@ const Ot = require("@ot-builder/ot"); | ||
| } | ||
| exports.rectifyGdefTable = rectifyGdefTable; | ||
| function ligCaretArrayCoord(r, lcs) { | ||
@@ -33,0 +32,0 @@ return shared_1.RectifyImpl.listSomeT(r, lcs, ligCaretCoord); |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.axesRectifyFeatureVariation = exports.cleanupGsubGposData = void 0; | ||
| exports.cleanupGsubGposData = cleanupGsubGposData; | ||
| exports.axesRectifyFeatureVariation = axesRectifyFeatureVariation; | ||
| const shared_1 = require("../../shared"); | ||
@@ -26,3 +27,2 @@ function cleanupGsubGposData(table, newTable, lookupCorrespondence, fnRemovable) { | ||
| } | ||
| exports.cleanupGsubGposData = cleanupGsubGposData; | ||
| function cleanupFeature(ft, lookupCorrespondence, ls, featureCorrespondence, keepEmptyFeature) { | ||
@@ -75,3 +75,2 @@ const l1 = shared_1.RectifyImpl.Elim.listSome(ft.lookups.map(l => lookupCorrespondence.get(l)), ls); | ||
| } | ||
| exports.axesRectifyFeatureVariation = axesRectifyFeatureVariation; | ||
| //# sourceMappingURL=cleanup.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyGposTable = exports.rectifyGsubTable = void 0; | ||
| exports.rectifyGsubTable = rectifyGsubTable; | ||
| exports.rectifyGposTable = rectifyGposTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -30,3 +31,2 @@ const cleanup_1 = require("./cleanup"); | ||
| } | ||
| exports.rectifyGsubTable = rectifyGsubTable; | ||
| function rectifyGposTable(recGlyphs, recAxes, recCoord, recPA, table) { | ||
@@ -42,3 +42,2 @@ const alg = new rectify_1.RectifyGposGlyphCoordAlg(recGlyphs, recCoord, recPA); | ||
| } | ||
| exports.rectifyGposTable = rectifyGposTable; | ||
| //# sourceMappingURL=index.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.RectifyGposGlyphCoordAlg = exports.RectifyGsubGlyphCoordAlg = exports.rectifyLookupList = exports.RStub = void 0; | ||
| exports.RectifyGposGlyphCoordAlg = exports.RectifyGsubGlyphCoordAlg = void 0; | ||
| exports.RStub = RStub; | ||
| exports.rectifyLookupList = rectifyLookupList; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -10,3 +12,2 @@ const interface_1 = require("../../interface"); | ||
| } | ||
| exports.RStub = RStub; | ||
| function rectifyLookupList(lookups, alg, app) { | ||
@@ -27,3 +28,2 @@ const replicateProcedures = []; | ||
| } | ||
| exports.rectifyLookupList = rectifyLookupList; | ||
| class RectifyGlyphCoordAlgBase { | ||
@@ -30,0 +30,0 @@ constructor(rg, rc, rap) { |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyMathTable = void 0; | ||
| exports.rectifyMathTable = rectifyMathTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -9,3 +9,2 @@ const shared_1 = require("../../shared"); | ||
| } | ||
| exports.rectifyMathTable = rectifyMathTable; | ||
| function rectifyMathConstants(rc, mc) { | ||
@@ -12,0 +11,0 @@ const mc1 = new Ot.Math.Constants(); |
+1
-2
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyAvarTable = void 0; | ||
| exports.rectifyAvarTable = rectifyAvarTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -21,3 +21,2 @@ function rectifyAvarTable(rec, avar) { | ||
| } | ||
| exports.rectifyAvarTable = rectifyAvarTable; | ||
| //# sourceMappingURL=avar.js.map |
+1
-2
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyFvarTable = void 0; | ||
| exports.rectifyFvarTable = rectifyFvarTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -10,3 +10,2 @@ function rectifyFvarTable(rec, fvar) { | ||
| } | ||
| exports.rectifyFvarTable = rectifyFvarTable; | ||
| function rectifyAxesImpl(rectify, fvar) { | ||
@@ -13,0 +12,0 @@ const axesRectifyResults = new Map(); |
+1
-2
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyGaspTable = void 0; | ||
| exports.rectifyGaspTable = rectifyGaspTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -8,3 +8,2 @@ function rectifyGaspTable(rec, table) { | ||
| } | ||
| exports.rectifyGaspTable = rectifyGaspTable; | ||
| //# sourceMappingURL=gasp.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyVheaTable = exports.rectifyHheaTable = void 0; | ||
| exports.rectifyHheaTable = rectifyHheaTable; | ||
| exports.rectifyVheaTable = rectifyVheaTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -27,3 +28,2 @@ function inPlaceRectifyHheaVheaTable(rec, newTable, table) { | ||
| } | ||
| exports.rectifyHheaTable = rectifyHheaTable; | ||
| function rectifyVheaTable(rec, table) { | ||
@@ -34,3 +34,2 @@ const newTable = new Ot.MetricHead.Vhea(table.majorVersion, table.minorVersion); | ||
| } | ||
| exports.rectifyVheaTable = rectifyVheaTable; | ||
| //# sourceMappingURL=hhea-vhea.js.map |
+1
-2
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyOs2Table = void 0; | ||
| exports.rectifyOs2Table = rectifyOs2Table; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -56,3 +56,2 @@ function rectifyOs2Table(rec, table) { | ||
| } | ||
| exports.rectifyOs2Table = rectifyOs2Table; | ||
| //# sourceMappingURL=os2.js.map |
+1
-2
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyPostTable = void 0; | ||
| exports.rectifyPostTable = rectifyPostTable; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -17,3 +17,2 @@ function rectifyPostTable(rec, table) { | ||
| } | ||
| exports.rectifyPostTable = rectifyPostTable; | ||
| //# sourceMappingURL=post.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyTSI5Table = exports.rectifyTSI0123Table = void 0; | ||
| exports.rectifyTSI0123Table = rectifyTSI0123Table; | ||
| exports.rectifyTSI5Table = rectifyTSI5Table; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -15,3 +16,2 @@ const shared_1 = require("../shared"); | ||
| } | ||
| exports.rectifyTSI0123Table = rectifyTSI0123Table; | ||
| function rectifyTSI5Table(rg, table) { | ||
@@ -22,3 +22,2 @@ const t1 = new Ot.TSI5.Table(); | ||
| } | ||
| exports.rectifyTSI5Table = rectifyTSI5Table; | ||
| //# sourceMappingURL=vtt.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.inPlaceRectifyFontCoords = exports.inPlaceRectifyFontAxes = void 0; | ||
| exports.inPlaceRectifyFontAxes = inPlaceRectifyFontAxes; | ||
| exports.inPlaceRectifyFontCoords = inPlaceRectifyFontCoords; | ||
| const interface_1 = require("../interface"); | ||
@@ -9,7 +10,5 @@ const rectify_font_1 = require("./rectify-font"); | ||
| } | ||
| exports.inPlaceRectifyFontAxes = inPlaceRectifyFontAxes; | ||
| function inPlaceRectifyFontCoords(recCoord, recPA, font) { | ||
| return (0, rectify_font_1.inPlaceRectifyFont)(interface_1.IdGlyphRefRectifier, interface_1.IdAxisRectifier, recCoord, recPA, font); | ||
| } | ||
| exports.inPlaceRectifyFontCoords = inPlaceRectifyFontCoords; | ||
| //# sourceMappingURL=rectify-coords.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.inPlaceRectifyFont = void 0; | ||
| exports.inPlaceRectifyFont = inPlaceRectifyFont; | ||
| const Ot = require("@ot-builder/ot"); | ||
@@ -28,3 +28,2 @@ const encoding_1 = require("../encoding"); | ||
| } | ||
| exports.inPlaceRectifyFont = inPlaceRectifyFont; | ||
| function rectifyCmap(recGlyphRef, font) { | ||
@@ -31,0 +30,0 @@ if (font.cmap) { |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.inPlaceRectifyFontGlyphReferences = void 0; | ||
| exports.inPlaceRectifyFontGlyphReferences = inPlaceRectifyFontGlyphReferences; | ||
| const interface_1 = require("../interface"); | ||
@@ -9,3 +9,2 @@ const rectify_font_1 = require("./rectify-font"); | ||
| } | ||
| exports.inPlaceRectifyFontGlyphReferences = inPlaceRectifyFontGlyphReferences; | ||
| //# sourceMappingURL=rectify-glyphs.js.map |
+10
-10
| { | ||
| "name": "@ot-builder/rectify", | ||
| "version": "1.7.3", | ||
| "version": "1.7.4", | ||
| "license": "MIT", | ||
@@ -26,14 +26,14 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/ot": "1.7.3", | ||
| "@ot-builder/common-impl": "1.7.3", | ||
| "@ot-builder/ot-glyphs": "1.7.3", | ||
| "@ot-builder/ot-metadata": "1.7.3", | ||
| "@ot-builder/prelude": "1.7.3", | ||
| "@ot-builder/variance": "1.7.3", | ||
| "tslib": "^2.0.0" | ||
| "@ot-builder/ot": "1.7.4", | ||
| "@ot-builder/common-impl": "1.7.4", | ||
| "@ot-builder/ot-glyphs": "1.7.4", | ||
| "@ot-builder/ot-metadata": "1.7.4", | ||
| "@ot-builder/prelude": "1.7.4", | ||
| "@ot-builder/variance": "1.7.4", | ||
| "tslib": "^2.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^29.5.5", | ||
| "jest": "^29.6.2" | ||
| "@types/jest": "^29.5.12", | ||
| "jest": "^29.7.0" | ||
| } | ||
| } |
96202
-0.96%2048
-0.92%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated