UNPKG

fonteditor-core

Version:

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

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