Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdumetz/node-freetype-draw
nodejs bindings on freetype2 to draw text to a buffer
https://github.com/sdumetz/node-freetype-draw
Last synced: about 1 month ago
JSON representation
nodejs bindings on freetype2 to draw text to a buffer
- Host: GitHub
- URL: https://github.com/sdumetz/node-freetype-draw
- Owner: sdumetz
- License: mit
- Created: 2020-06-19T12:29:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T15:10:43.000Z (over 1 year ago)
- Last Synced: 2024-10-12T19:46:58.203Z (2 months ago)
- Language: Makefile
- Size: 4.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freetype-draw
nodejs bindings on freetype2 to draw text to a buffer## Vendor
freetype moduels are edited manually in `vendor/freetype/include/freetype/config/ftmodule.h` and `gyp/libfreetype.gyp`.
See [CUSTOMIZE](https://github.com/sdumetz/node-freetype-draw/blob/master/vendor/freetype/docs/CUSTOMIZE) and [INSTALL.ANY](https://github.com/sdumetz/node-freetype-draw/blob/master/vendor/freetype/docs/INSTALL.ANY) in `vendor/freetype/docs/` for guidance.