https://github.com/ericfreese/node-freetype2
https://github.com/ericfreese/node-freetype2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericfreese/node-freetype2
- Owner: ericfreese
- License: mit
- Created: 2014-03-15T09:17:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T04:38:19.000Z (about 1 year ago)
- Last Synced: 2025-03-30T17:44:47.503Z (about 1 year ago)
- Language: C++
- Size: 7.89 MB
- Stars: 31
- Watchers: 4
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# node-freetype2

[](https://www.npmjs.com/package/freetype2)
[](https://www.npmjs.com/package/freetype2)
[](LICENSE)
FreeType bindings for Nodejs. This library is written to be as close to the original api as possible, but in a safer and more node-like manner.
FreeType is a freely available software library to render fonts. http://www.freetype.org/
## Install
`npm install freetype2`
## Examples
See the [example folder](https://github.com/ericfreese/node-freetype2/tree/master/example) to learn how to use node-freetype2.
## API
See the [types](https://github.com/ericfreese/node-freetype2/blob/master/module.d.ts) to learn the API of node-freetype2 and how they relate to original FreeType.
For more information, see the [original FreeType documentation](http://www.freetype.org/freetype2/docs/reference/ft2-index.html).