fonteditor-core
Version:
fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.
23 lines (22 loc) • 537 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* @file 默认的ttf字体配置
* @author mengke01(kekee000@gmail.com)
*/
var _default = exports.default = {
// 默认的字体编码
fontId: 'fonteditor',
// 默认的名字集合
name: {
// 默认的字体家族
fontFamily: 'fonteditor',
fontSubFamily: 'Medium',
uniqueSubFamily: 'FontEditor 1.0 : fonteditor',
version: 'Version 1.0; FontEditor (v1.0)',
postScriptName: 'fonteditor'
}
};