@ot-builder/ot-metadata
Advanced tools
+10
-10
@@ -1,11 +0,11 @@ | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import * as Avar from "./tables/avar"; | ||
| import * as Fvar from "./tables/fvar"; | ||
| import * as Gasp from "./tables/gasp"; | ||
| import * as Head from "./tables/head"; | ||
| import * as Maxp from "./tables/maxp"; | ||
| import * as MetricHead from "./tables/metric-head"; | ||
| import * as Os2 from "./tables/os2"; | ||
| import * as Post from "./tables/post"; | ||
| import * as Vdmx from "./tables/vdmx"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import type * as Avar from "./tables/avar"; | ||
| import type * as Fvar from "./tables/fvar"; | ||
| import type * as Gasp from "./tables/gasp"; | ||
| import type * as Head from "./tables/head"; | ||
| import type * as Maxp from "./tables/maxp"; | ||
| import type * as MetricHead from "./tables/metric-head"; | ||
| import type * as Os2 from "./tables/os2"; | ||
| import type * as Post from "./tables/post"; | ||
| import type * as Vdmx from "./tables/vdmx"; | ||
| export interface OtFontMetadata { | ||
@@ -12,0 +12,0 @@ head: Head.Table; |
+9
-9
@@ -6,11 +6,11 @@ "use strict"; | ||
| tslib_1.__exportStar(require("./aggregated"), exports); | ||
| exports.Avar = require("./tables/avar"); | ||
| exports.Fvar = require("./tables/fvar"); | ||
| exports.Gasp = require("./tables/gasp"); | ||
| exports.Head = require("./tables/head"); | ||
| exports.Maxp = require("./tables/maxp"); | ||
| exports.MetricHead = require("./tables/metric-head"); | ||
| exports.Os2 = require("./tables/os2"); | ||
| exports.Post = require("./tables/post"); | ||
| exports.Vdmx = require("./tables/vdmx"); | ||
| exports.Avar = tslib_1.__importStar(require("./tables/avar")); | ||
| exports.Fvar = tslib_1.__importStar(require("./tables/fvar")); | ||
| exports.Gasp = tslib_1.__importStar(require("./tables/gasp")); | ||
| exports.Head = tslib_1.__importStar(require("./tables/head")); | ||
| exports.Maxp = tslib_1.__importStar(require("./tables/maxp")); | ||
| exports.MetricHead = tslib_1.__importStar(require("./tables/metric-head")); | ||
| exports.Os2 = tslib_1.__importStar(require("./tables/os2")); | ||
| exports.Post = tslib_1.__importStar(require("./tables/post")); | ||
| exports.Vdmx = tslib_1.__importStar(require("./tables/vdmx")); | ||
| //# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const Tag = "avar"; | ||
@@ -3,0 +3,0 @@ export type SegmentMap = [number, number][]; |
@@ -1,3 +0,3 @@ | ||
| import { UInt16 } from "@ot-builder/primitive"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type { UInt16 } from "@ot-builder/primitive"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const Tag = "fvar"; | ||
@@ -4,0 +4,0 @@ export declare enum AxisFlags { |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.Table = exports.Instance = exports.InstanceFlags = exports.Axis = exports.AxisFlags = exports.Tag = void 0; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
| const tslib_1 = require("tslib"); | ||
| const ImpLib = tslib_1.__importStar(require("@ot-builder/common-impl")); | ||
| exports.Tag = "fvar"; | ||
@@ -6,0 +7,0 @@ var AxisFlags; |
@@ -1,2 +0,2 @@ | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const Tag = "gasp"; | ||
@@ -3,0 +3,0 @@ export declare enum RangeBehavior { |
@@ -1,2 +0,2 @@ | ||
| import { F16D16, Int16, UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| import type { F16D16, Int16, UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| export declare const Tag = "head"; | ||
@@ -3,0 +3,0 @@ export declare enum Flags { |
@@ -1,2 +0,2 @@ | ||
| import { UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| import type { UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| export declare const Tag = "maxp"; | ||
@@ -3,0 +3,0 @@ export declare class Table { |
@@ -1,3 +0,3 @@ | ||
| import { Int16, UInt16 } from "@ot-builder/primitive"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type { Int16, UInt16 } from "@ot-builder/primitive"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const TagHhea = "hhea"; | ||
@@ -4,0 +4,0 @@ export declare const TagVhea = "vhea"; |
@@ -1,3 +0,3 @@ | ||
| import * as Primitive from "@ot-builder/primitive"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type * as Primitive from "@ot-builder/primitive"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const Tag = "OS/2"; | ||
@@ -4,0 +4,0 @@ export declare enum FsType { |
@@ -1,3 +0,3 @@ | ||
| import { F16D16, UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| import { OtVar } from "@ot-builder/variance"; | ||
| import type { F16D16, UInt16, UInt32 } from "@ot-builder/primitive"; | ||
| import type { OtVar } from "@ot-builder/variance"; | ||
| export declare const Tag = "post"; | ||
@@ -4,0 +4,0 @@ export declare class Table { |
@@ -1,2 +0,2 @@ | ||
| import { UInt8, Int16, UInt16 } from "@ot-builder/primitive"; | ||
| import type { Int16, UInt8, UInt16 } from "@ot-builder/primitive"; | ||
| export declare const Tag = "VDMX"; | ||
@@ -3,0 +3,0 @@ export interface RatioRange { |
+5
-5
| { | ||
| "name": "@ot-builder/ot-metadata", | ||
| "description": "", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -27,6 +27,6 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/common-impl": "1.7.7", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/primitive": "1.7.8", | ||
| "@ot-builder/variance": "1.7.8", | ||
| "@ot-builder/common-impl": "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" | ||
@@ -33,0 +33,0 @@ }, |
44774
0.83%1108
0.09%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated