node ttfautohint:适用于Node JS的TTFAutohint包装器 源码

deteriorate54236 17 0 ZIP 2021-05-12 09:05:53

节点ttfautohint 适用于Node JS的TTFAutohint包装器。 主要特征 独立(无全局依赖性) 流API 编译过程(如果没有在线预编译) 强调 尽可能输入严格(ESLint) ES7 功能性 模块接口 该类实现stream.Transformer 。 安装 $ npm i ttfautohint 用法 流API import TTFAutohint from 'ttfautohint' ; const i = fs . createReadStream ( '/source/font.ttf' ) ; const o = fs . createWriteStream ( '/target/font-compiled.ttf' ) ; // TTFAutohintOptions can be passed const t = new TTFAutohint (

用户评论
请输入评论内容
评分:
暂无评论