https://github.com/rsms/fontkit
JS & WASM library for working with fonts
https://github.com/rsms/fontkit
Last synced: about 1 year ago
JSON representation
JS & WASM library for working with fonts
- Host: GitHub
- URL: https://github.com/rsms/fontkit
- Owner: rsms
- License: mit
- Created: 2019-01-06T17:53:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T00:40:26.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T21:17:04.771Z (over 1 year ago)
- Language: C
- Homepage: https://rsms.me/fontkit/
- Size: 3.88 MB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FontKit
FontKit is a JavaScript/WebAssembly library for working with fonts,
backed by industry-strength
[Freetype](https://www.freetype.org/) and
[Harfbuzz](http://harfbuzz.org/).
> This is a project in its early stages of development
## Building
The only requirement for building fontkit is
[Docker](https://www.docker.com/get-docker)
```
./build.sh
```
Output is generated in the `build` directory.
For available options, run `./build.sh -help`