文件名称:node-fonttools::fountain_pen:到`fonttools`的本地绑定以反编译和编译字体
文件大小:116KB
文件格式:ZIP
更新时间:2024-05-28 19:09:39
C++
node-fonttools 与机绑定以反编译和编译字体。 这个怎么运作 (也称为TTX)是一个使用Python编写的用于处理字体的库。 它支持TrueType,OpenType,AFM以及某种程度上的Type 1,以及某些Mac特定的格式。 使用 ,可以使用C ++和Python的本地将Python桥接到Node,这正是node-fontools所做的。 当前状态 到目前为止,唯一被桥接的功能是将字体反编译为XML以及将XML编译为字体二进制的能力。 要求 Python 2.7是目前唯一受支持的版本。 如何使用 import fonttools from 'fonttools' ; import { readFileSync } from 'fs' ; // Get the `decompile` and `compile` methods const { decompile , c
【文件预览】:
node-fonttools-master
----binding.gyp(1010B)
----.gitmodules(108B)
----yarn.lock(108KB)
----fonttools()
----webpack.config.js(1KB)
----src()
--------fonttools.cc(4KB)
--------index.js(269B)
----test()
--------PlayfairDisplay-Regular.ttf(182KB)
--------.gitignore(42B)
--------index.js(2KB)
----README.md(2KB)
----.gitignore(40B)
----package.json(1KB)