@ot-builder/ot
Advanced tools
+8
-8
@@ -1,9 +0,9 @@ | ||
| import { OtEncoding } from "@ot-builder/ot-encoding"; | ||
| import { OtExtPrivate } from "@ot-builder/ot-ext-private"; | ||
| import { CffCoGlyphs, OtGlyph, TtfCoGlyphs } from "@ot-builder/ot-glyphs"; | ||
| import { OtFontLayoutData } from "@ot-builder/ot-layout"; | ||
| import { OtFontMetadata } from "@ot-builder/ot-metadata"; | ||
| import { OtNameData } from "@ot-builder/ot-name"; | ||
| import { OtVttPrivate } from "@ot-builder/ot-vtt-private"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type { OtEncoding } from "@ot-builder/ot-encoding"; | ||
| import type { OtExtPrivate } from "@ot-builder/ot-ext-private"; | ||
| import type { CffCoGlyphs, OtGlyph, TtfCoGlyphs } from "@ot-builder/ot-glyphs"; | ||
| import type { OtFontLayoutData } from "@ot-builder/ot-layout"; | ||
| import type { OtFontMetadata } from "@ot-builder/ot-metadata"; | ||
| import type { OtNameData } from "@ot-builder/ot-name"; | ||
| import type { OtVttPrivate } from "@ot-builder/ot-vtt-private"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export type Font<GS extends Data.OrderStore<OtGlyph> = Data.OrderStore<OtGlyph>> = Font.Cff<GS> | Font.Ttf<GS>; | ||
@@ -10,0 +10,0 @@ export declare namespace Font { |
+0
-1
@@ -7,3 +7,2 @@ "use strict"; | ||
| function isCff(font) { | ||
| // eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
| return !!font.cff; | ||
@@ -10,0 +9,0 @@ } |
@@ -1,4 +0,4 @@ | ||
| import * as ImpLib from "@ot-builder/common-impl"; | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type * as ImpLib from "@ot-builder/common-impl"; | ||
| import type { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export type GlyphOrder = Data.Order<OtGlyph>; | ||
@@ -5,0 +5,0 @@ export type ListGlyphStore = ImpLib.Order.ListStore<OtGlyph>; |
+9
-13
@@ -1,17 +0,13 @@ | ||
| export * from "./font"; | ||
| export { Cmap, OtEncoding as Encoding } from "@ot-builder/ot-encoding"; | ||
| export { XPrv } from "@ot-builder/ot-ext-private"; | ||
| export { Cff, Cvt, Fpgm, OtGeometryUtil as GeometryUtil, OtGlyph as Glyph, OtGlyphNamer as GlyphNamer, OtGlyphNamingSource as GlyphNamingSource, Prep } from "@ot-builder/ot-glyphs"; | ||
| export { Base, DicingStore, DicingStoreRep, Gdef, Gpos, Gsub, GsubGpos, Math } from "@ot-builder/ot-layout"; | ||
| export { Avar, Fvar, Gasp, Head, Maxp, MetricHead, Os2, Post } from "@ot-builder/ot-metadata"; | ||
| export { Meta, Name, Stat } from "@ot-builder/ot-name"; | ||
| export { Sfnt } from "@ot-builder/ot-sfnt"; | ||
| export { OtStandardGlyphNamer as StandardGlyphNamer } from "@ot-builder/ot-standard-glyph-namer"; | ||
| export { TSI5, TSI0123, TSIC } from "@ot-builder/ot-vtt-private"; | ||
| export { OtVar as Var } from "@ot-builder/variance"; | ||
| export { Head, Maxp, Os2, MetricHead, Fvar, Post, Avar, Gasp } from "@ot-builder/ot-metadata"; | ||
| export { OtGlyph as Glyph, Cff, Cvt, Fpgm, Prep } from "@ot-builder/ot-glyphs"; | ||
| export { OtGlyphNamingSource as GlyphNamingSource } from "@ot-builder/ot-glyphs"; | ||
| export { OtGlyphNamer as GlyphNamer } from "@ot-builder/ot-glyphs"; | ||
| export { OtGeometryUtil as GeometryUtil } from "@ot-builder/ot-glyphs"; | ||
| export { OtStandardGlyphNamer as StandardGlyphNamer } from "@ot-builder/ot-standard-glyph-namer"; | ||
| export * from "./font"; | ||
| export * from "./glyph-store-aliases"; | ||
| export { Cmap, OtEncoding as Encoding } from "@ot-builder/ot-encoding"; | ||
| export { Name, Stat, Meta } from "@ot-builder/ot-name"; | ||
| export { DicingStore, DicingStoreRep } from "@ot-builder/ot-layout"; | ||
| export { Gdef, Gsub, Gpos, GsubGpos, Base, Math } from "@ot-builder/ot-layout"; | ||
| export { XPrv } from "@ot-builder/ot-ext-private"; | ||
| export { TSI0123, TSI5, TSIC } from "@ot-builder/ot-vtt-private"; | ||
| //# sourceMappingURL=index.d.ts.map |
+34
-36
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.TSIC = exports.TSI5 = exports.TSI0123 = exports.XPrv = exports.Math = exports.Base = exports.GsubGpos = exports.Gpos = exports.Gsub = exports.Gdef = exports.DicingStore = exports.Meta = exports.Stat = exports.Name = exports.Cmap = exports.StandardGlyphNamer = exports.GeometryUtil = exports.Prep = exports.Fpgm = exports.Cvt = exports.Cff = exports.Glyph = exports.Gasp = exports.Avar = exports.Post = exports.Fvar = exports.MetricHead = exports.Os2 = exports.Maxp = exports.Head = exports.Var = exports.Sfnt = void 0; | ||
| exports.Var = exports.TSIC = exports.TSI0123 = exports.TSI5 = exports.StandardGlyphNamer = exports.Sfnt = exports.Stat = exports.Name = exports.Meta = exports.Post = exports.Os2 = exports.MetricHead = exports.Maxp = exports.Head = exports.Gasp = exports.Fvar = exports.Avar = exports.Math = exports.GsubGpos = exports.Gsub = exports.Gpos = exports.Gdef = exports.DicingStore = exports.Base = exports.Prep = exports.Glyph = exports.GeometryUtil = exports.Fpgm = exports.Cvt = exports.Cff = exports.XPrv = exports.Cmap = void 0; | ||
| const tslib_1 = require("tslib"); | ||
| tslib_1.__exportStar(require("./font"), exports); | ||
| var ot_sfnt_1 = require("@ot-builder/ot-sfnt"); | ||
| Object.defineProperty(exports, "Sfnt", { enumerable: true, get: function () { return ot_sfnt_1.Sfnt; } }); | ||
| var variance_1 = require("@ot-builder/variance"); | ||
| Object.defineProperty(exports, "Var", { enumerable: true, get: function () { return variance_1.OtVar; } }); | ||
| var ot_encoding_1 = require("@ot-builder/ot-encoding"); | ||
| Object.defineProperty(exports, "Cmap", { enumerable: true, get: function () { return ot_encoding_1.Cmap; } }); | ||
| var ot_ext_private_1 = require("@ot-builder/ot-ext-private"); | ||
| Object.defineProperty(exports, "XPrv", { enumerable: true, get: function () { return ot_ext_private_1.XPrv; } }); | ||
| var ot_glyphs_1 = require("@ot-builder/ot-glyphs"); | ||
| Object.defineProperty(exports, "Cff", { enumerable: true, get: function () { return ot_glyphs_1.Cff; } }); | ||
| Object.defineProperty(exports, "Cvt", { enumerable: true, get: function () { return ot_glyphs_1.Cvt; } }); | ||
| Object.defineProperty(exports, "Fpgm", { enumerable: true, get: function () { return ot_glyphs_1.Fpgm; } }); | ||
| Object.defineProperty(exports, "GeometryUtil", { enumerable: true, get: function () { return ot_glyphs_1.OtGeometryUtil; } }); | ||
| Object.defineProperty(exports, "Glyph", { enumerable: true, get: function () { return ot_glyphs_1.OtGlyph; } }); | ||
| Object.defineProperty(exports, "Prep", { enumerable: true, get: function () { return ot_glyphs_1.Prep; } }); | ||
| var ot_layout_1 = require("@ot-builder/ot-layout"); | ||
| Object.defineProperty(exports, "Base", { enumerable: true, get: function () { return ot_layout_1.Base; } }); | ||
| Object.defineProperty(exports, "DicingStore", { enumerable: true, get: function () { return ot_layout_1.DicingStore; } }); | ||
| Object.defineProperty(exports, "Gdef", { enumerable: true, get: function () { return ot_layout_1.Gdef; } }); | ||
| Object.defineProperty(exports, "Gpos", { enumerable: true, get: function () { return ot_layout_1.Gpos; } }); | ||
| Object.defineProperty(exports, "Gsub", { enumerable: true, get: function () { return ot_layout_1.Gsub; } }); | ||
| Object.defineProperty(exports, "GsubGpos", { enumerable: true, get: function () { return ot_layout_1.GsubGpos; } }); | ||
| Object.defineProperty(exports, "Math", { enumerable: true, get: function () { return ot_layout_1.Math; } }); | ||
| var ot_metadata_1 = require("@ot-builder/ot-metadata"); | ||
| Object.defineProperty(exports, "Avar", { enumerable: true, get: function () { return ot_metadata_1.Avar; } }); | ||
| Object.defineProperty(exports, "Fvar", { enumerable: true, get: function () { return ot_metadata_1.Fvar; } }); | ||
| Object.defineProperty(exports, "Gasp", { enumerable: true, get: function () { return ot_metadata_1.Gasp; } }); | ||
| Object.defineProperty(exports, "Head", { enumerable: true, get: function () { return ot_metadata_1.Head; } }); | ||
| Object.defineProperty(exports, "Maxp", { enumerable: true, get: function () { return ot_metadata_1.Maxp; } }); | ||
| Object.defineProperty(exports, "MetricHead", { enumerable: true, get: function () { return ot_metadata_1.MetricHead; } }); | ||
| Object.defineProperty(exports, "Os2", { enumerable: true, get: function () { return ot_metadata_1.Os2; } }); | ||
| Object.defineProperty(exports, "MetricHead", { enumerable: true, get: function () { return ot_metadata_1.MetricHead; } }); | ||
| Object.defineProperty(exports, "Fvar", { enumerable: true, get: function () { return ot_metadata_1.Fvar; } }); | ||
| Object.defineProperty(exports, "Post", { enumerable: true, get: function () { return ot_metadata_1.Post; } }); | ||
| Object.defineProperty(exports, "Avar", { enumerable: true, get: function () { return ot_metadata_1.Avar; } }); | ||
| Object.defineProperty(exports, "Gasp", { enumerable: true, get: function () { return ot_metadata_1.Gasp; } }); | ||
| var ot_glyphs_1 = require("@ot-builder/ot-glyphs"); | ||
| Object.defineProperty(exports, "Glyph", { enumerable: true, get: function () { return ot_glyphs_1.OtGlyph; } }); | ||
| Object.defineProperty(exports, "Cff", { enumerable: true, get: function () { return ot_glyphs_1.Cff; } }); | ||
| Object.defineProperty(exports, "Cvt", { enumerable: true, get: function () { return ot_glyphs_1.Cvt; } }); | ||
| Object.defineProperty(exports, "Fpgm", { enumerable: true, get: function () { return ot_glyphs_1.Fpgm; } }); | ||
| Object.defineProperty(exports, "Prep", { enumerable: true, get: function () { return ot_glyphs_1.Prep; } }); | ||
| var ot_glyphs_2 = require("@ot-builder/ot-glyphs"); | ||
| Object.defineProperty(exports, "GeometryUtil", { enumerable: true, get: function () { return ot_glyphs_2.OtGeometryUtil; } }); | ||
| var ot_standard_glyph_namer_1 = require("@ot-builder/ot-standard-glyph-namer"); | ||
| Object.defineProperty(exports, "StandardGlyphNamer", { enumerable: true, get: function () { return ot_standard_glyph_namer_1.OtStandardGlyphNamer; } }); | ||
| tslib_1.__exportStar(require("./glyph-store-aliases"), exports); | ||
| var ot_encoding_1 = require("@ot-builder/ot-encoding"); | ||
| Object.defineProperty(exports, "Cmap", { enumerable: true, get: function () { return ot_encoding_1.Cmap; } }); | ||
| var ot_name_1 = require("@ot-builder/ot-name"); | ||
| Object.defineProperty(exports, "Meta", { enumerable: true, get: function () { return ot_name_1.Meta; } }); | ||
| Object.defineProperty(exports, "Name", { enumerable: true, get: function () { return ot_name_1.Name; } }); | ||
| Object.defineProperty(exports, "Stat", { enumerable: true, get: function () { return ot_name_1.Stat; } }); | ||
| Object.defineProperty(exports, "Meta", { enumerable: true, get: function () { return ot_name_1.Meta; } }); | ||
| var ot_layout_1 = require("@ot-builder/ot-layout"); | ||
| Object.defineProperty(exports, "DicingStore", { enumerable: true, get: function () { return ot_layout_1.DicingStore; } }); | ||
| var ot_layout_2 = require("@ot-builder/ot-layout"); | ||
| Object.defineProperty(exports, "Gdef", { enumerable: true, get: function () { return ot_layout_2.Gdef; } }); | ||
| Object.defineProperty(exports, "Gsub", { enumerable: true, get: function () { return ot_layout_2.Gsub; } }); | ||
| Object.defineProperty(exports, "Gpos", { enumerable: true, get: function () { return ot_layout_2.Gpos; } }); | ||
| Object.defineProperty(exports, "GsubGpos", { enumerable: true, get: function () { return ot_layout_2.GsubGpos; } }); | ||
| Object.defineProperty(exports, "Base", { enumerable: true, get: function () { return ot_layout_2.Base; } }); | ||
| Object.defineProperty(exports, "Math", { enumerable: true, get: function () { return ot_layout_2.Math; } }); | ||
| var ot_ext_private_1 = require("@ot-builder/ot-ext-private"); | ||
| Object.defineProperty(exports, "XPrv", { enumerable: true, get: function () { return ot_ext_private_1.XPrv; } }); | ||
| var ot_sfnt_1 = require("@ot-builder/ot-sfnt"); | ||
| Object.defineProperty(exports, "Sfnt", { enumerable: true, get: function () { return ot_sfnt_1.Sfnt; } }); | ||
| var ot_standard_glyph_namer_1 = require("@ot-builder/ot-standard-glyph-namer"); | ||
| Object.defineProperty(exports, "StandardGlyphNamer", { enumerable: true, get: function () { return ot_standard_glyph_namer_1.OtStandardGlyphNamer; } }); | ||
| var ot_vtt_private_1 = require("@ot-builder/ot-vtt-private"); | ||
| Object.defineProperty(exports, "TSI5", { enumerable: true, get: function () { return ot_vtt_private_1.TSI5; } }); | ||
| Object.defineProperty(exports, "TSI0123", { enumerable: true, get: function () { return ot_vtt_private_1.TSI0123; } }); | ||
| Object.defineProperty(exports, "TSI5", { enumerable: true, get: function () { return ot_vtt_private_1.TSI5; } }); | ||
| Object.defineProperty(exports, "TSIC", { enumerable: true, get: function () { return ot_vtt_private_1.TSIC; } }); | ||
| var variance_1 = require("@ot-builder/variance"); | ||
| Object.defineProperty(exports, "Var", { enumerable: true, get: function () { return variance_1.OtVar; } }); | ||
| tslib_1.__exportStar(require("./font"), exports); | ||
| tslib_1.__exportStar(require("./glyph-store-aliases"), exports); | ||
| //# sourceMappingURL=index.js.map |
+13
-13
| { | ||
| "name": "@ot-builder/ot", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -26,14 +26,14 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/ot-encoding": "1.7.8", | ||
| "@ot-builder/ot-glyphs": "1.7.8", | ||
| "@ot-builder/ot-layout": "1.7.8", | ||
| "@ot-builder/ot-metadata": "1.7.8", | ||
| "@ot-builder/ot-ext-private": "1.7.8", | ||
| "@ot-builder/ot-name": "1.7.8", | ||
| "@ot-builder/ot-vtt-private": "1.7.8", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/variance": "1.7.8", | ||
| "@ot-builder/common-impl": "1.7.7", | ||
| "@ot-builder/ot-standard-glyph-namer": "1.7.8", | ||
| "@ot-builder/ot-sfnt": "1.7.8", | ||
| "@ot-builder/ot-encoding": "1.8.0", | ||
| "@ot-builder/ot-glyphs": "1.8.0", | ||
| "@ot-builder/ot-layout": "1.8.0", | ||
| "@ot-builder/ot-metadata": "1.8.0", | ||
| "@ot-builder/ot-ext-private": "1.8.0", | ||
| "@ot-builder/ot-name": "1.8.0", | ||
| "@ot-builder/ot-vtt-private": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "@ot-builder/variance": "1.8.0", | ||
| "@ot-builder/common-impl": "1.8.0", | ||
| "@ot-builder/ot-standard-glyph-namer": "1.8.0", | ||
| "@ot-builder/ot-sfnt": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -40,0 +40,0 @@ }, |
9710
-2.8%110
-5.98%+ 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
Updated
Updated
Updated
Updated
Updated
Updated