node ttfautohint:适用于Node JS的TTFAutohint包装器 源码
节点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 (
文件列表
node-ttfautohint-master.zip
(预估有个28文件)
node-ttfautohint-master
.gitignore
68B
README.md
3KB
bin
ttfautohint.js
228B
.github
ISSUE_TEMPLATE
bug_report.md
799B
feature_request.md
560B
rollup.config.js
2KB
暂无评论