@ot-builder/stat-glyphs
Advanced tools
+2
-2
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Head } from "@ot-builder/ot-metadata"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type { Head } from "@ot-builder/ot-metadata"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export declare class HeadExtendStat implements OtGlyph.Stat.Sink { | ||
@@ -5,0 +5,0 @@ private readonly head; |
+3
-3
@@ -1,4 +0,4 @@ | ||
| import { MetricBasic, MetricVariance, OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Fvar, Head, MetricHead } from "@ot-builder/ot-metadata"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { MetricBasic, MetricVariance, type OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { type Fvar, Head, type MetricHead } from "@ot-builder/ot-metadata"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
@@ -5,0 +5,0 @@ export declare class HmtxStat implements OtGlyph.Stat.Sink { |
+2
-1
@@ -5,3 +5,4 @@ "use strict"; | ||
| exports.statLongMetricCount = statLongMetricCount; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
| const tslib_1 = require("tslib"); | ||
| const ImpLib = tslib_1.__importStar(require("@ot-builder/common-impl")); | ||
| const ot_glyphs_1 = require("@ot-builder/ot-glyphs"); | ||
@@ -8,0 +9,0 @@ const ot_metadata_1 = require("@ot-builder/ot-metadata"); |
+2
-2
| export * from "./head"; | ||
| export * from "./hmtx"; | ||
| export * from "./maxp"; | ||
| export * from "./hmtx"; | ||
| export * from "./os2"; | ||
| export * from "./vmtx"; | ||
| export * from "./os2"; | ||
| //# sourceMappingURL=index.d.ts.map |
+2
-2
@@ -5,6 +5,6 @@ "use strict"; | ||
| tslib_1.__exportStar(require("./head"), exports); | ||
| tslib_1.__exportStar(require("./hmtx"), exports); | ||
| tslib_1.__exportStar(require("./maxp"), exports); | ||
| tslib_1.__exportStar(require("./hmtx"), exports); | ||
| tslib_1.__exportStar(require("./os2"), exports); | ||
| tslib_1.__exportStar(require("./vmtx"), exports); | ||
| tslib_1.__exportStar(require("./os2"), exports); | ||
| //# sourceMappingURL=index.js.map |
+4
-4
@@ -1,5 +0,5 @@ | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Maxp } from "@ot-builder/ot-metadata"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { UInt16 } from "@ot-builder/primitive"; | ||
| import type { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import type { Maxp } from "@ot-builder/ot-metadata"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import type { UInt16 } from "@ot-builder/primitive"; | ||
| export declare class MaxpStat implements OtGlyph.Stat.Sink { | ||
@@ -6,0 +6,0 @@ private readonly maxp; |
+3
-3
@@ -1,4 +0,4 @@ | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Os2 } from "@ot-builder/ot-metadata"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import type { Os2 } from "@ot-builder/ot-metadata"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export declare class Os2Stat implements OtGlyph.Stat.Sink { | ||
@@ -5,0 +5,0 @@ private os2; |
+3
-3
@@ -1,4 +0,4 @@ | ||
| import { MetricBasic, MetricVariance, OtGlyph, Vorg } from "@ot-builder/ot-glyphs"; | ||
| import { Fvar, MetricHead } from "@ot-builder/ot-metadata"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { MetricBasic, MetricVariance, type OtGlyph, Vorg } from "@ot-builder/ot-glyphs"; | ||
| import type { Fvar, MetricHead } from "@ot-builder/ot-metadata"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
@@ -5,0 +5,0 @@ export declare class VmtxStat implements OtGlyph.Stat.Sink { |
+2
-1
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.VmtxCoStat = exports.VmtxStat = void 0; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
| const tslib_1 = require("tslib"); | ||
| const ImpLib = tslib_1.__importStar(require("@ot-builder/common-impl")); | ||
| const ot_glyphs_1 = require("@ot-builder/ot-glyphs"); | ||
@@ -6,0 +7,0 @@ const variance_1 = require("@ot-builder/variance"); |
+8
-8
| { | ||
| "name": "@ot-builder/stat-glyphs", | ||
| "description": "", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -27,9 +27,9 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-composite-types": "1.7.8", | ||
| "@ot-builder/common-impl": "1.7.7", | ||
| "@ot-builder/ot-glyphs": "1.7.8", | ||
| "@ot-builder/ot-metadata": "1.7.8", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/primitive": "1.7.8", | ||
| "@ot-builder/variance": "1.7.8", | ||
| "@ot-builder/bin-composite-types": "1.8.0", | ||
| "@ot-builder/common-impl": "1.8.0", | ||
| "@ot-builder/ot-glyphs": "1.8.0", | ||
| "@ot-builder/ot-metadata": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "@ot-builder/primitive": "1.8.0", | ||
| "@ot-builder/variance": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -36,0 +36,0 @@ }, |
22261
0.87%535
0.38%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated