@ot-builder/io-bin-ttf
Advanced tools
@@ -1,2 +0,1 @@ | ||
| /// <reference types="node" /> | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
@@ -3,0 +2,0 @@ import { Data } from "@ot-builder/prelude"; |
| export declare const GlyfTag = "glyf"; | ||
| export declare enum SimpleGlyphFlag { | ||
| ON_CURVE_POINT = 1, | ||
| X_SHORT_VECTOR = 2, | ||
| Y_SHORT_VECTOR = 4, | ||
| REPEAT_FLAG = 8, | ||
| X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR = 16, | ||
| Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR = 32, | ||
| ON_CURVE_POINT = 1,// on curve ,off curve | ||
| X_SHORT_VECTOR = 2,// x-Short Vector | ||
| Y_SHORT_VECTOR = 4,// y-Short Vector | ||
| REPEAT_FLAG = 8,// next byte is flag repeat count | ||
| X_IS_SAME_OR_POSITIVE_X_SHORT_VECTOR = 16,// This x is same (Positive x-Short vector) | ||
| Y_IS_SAME_OR_POSITIVE_Y_SHORT_VECTOR = 32,// This y is same (Positive y-Short vector) | ||
| OVERLAP_SIMPLE = 64, | ||
@@ -10,0 +10,0 @@ Reserved = 128 |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.rectifyGlyphOrder = void 0; | ||
| exports.rectifyGlyphOrder = rectifyGlyphOrder; | ||
| const errors_1 = require("@ot-builder/errors"); | ||
@@ -13,3 +13,2 @@ const ot_glyphs_1 = require("@ot-builder/ot-glyphs"); | ||
| } | ||
| exports.rectifyGlyphOrder = rectifyGlyphOrder; | ||
| function rectifyGlyph(glyph, gs) { | ||
@@ -16,0 +15,0 @@ if (gs.has(glyph)) |
+18
-18
| { | ||
| "name": "@ot-builder/io-bin-ttf", | ||
| "description": "", | ||
| "version": "1.7.3", | ||
| "version": "1.7.4", | ||
| "license": "MIT", | ||
@@ -27,22 +27,22 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-util": "1.7.3", | ||
| "@ot-builder/common-impl": "1.7.3", | ||
| "@ot-builder/errors": "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/primitive": "1.7.3", | ||
| "@ot-builder/stat-glyphs": "1.7.3", | ||
| "@ot-builder/var-store": "1.7.3", | ||
| "@ot-builder/variance": "1.7.3", | ||
| "tslib": "^2.0.0" | ||
| "@ot-builder/bin-util": "1.7.4", | ||
| "@ot-builder/common-impl": "1.7.4", | ||
| "@ot-builder/errors": "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/primitive": "1.7.4", | ||
| "@ot-builder/stat-glyphs": "1.7.4", | ||
| "@ot-builder/var-store": "1.7.4", | ||
| "@ot-builder/variance": "1.7.4", | ||
| "tslib": "^2.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@ot-builder/ot-sfnt": "1.7.3", | ||
| "@ot-builder/io-bin-metadata": "1.7.3", | ||
| "@ot-builder/io-bin-sfnt": "1.7.3", | ||
| "@ot-builder/test-util": "1.7.3", | ||
| "@types/jest": "^29.5.5", | ||
| "jest": "^29.6.2" | ||
| "@ot-builder/ot-sfnt": "1.7.4", | ||
| "@ot-builder/io-bin-metadata": "1.7.4", | ||
| "@ot-builder/io-bin-sfnt": "1.7.4", | ||
| "@ot-builder/test-util": "1.7.4", | ||
| "@types/jest": "^29.5.12", | ||
| "jest": "^29.7.0" | ||
| } | ||
| } |
61264
0.18%1559
-0.13%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated