UNPKG

fonteditor-core

Version:

fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.

17 lines (16 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * @file 字体所属平台 * @author mengke01(kekee000@gmail.com) */ var _default = exports.default = { Unicode: 0, Macintosh: 1, // mac reserved: 2, Microsoft: 3 // win };