0.2.0 • Published 3 years ago
node-font-kit v0.2.0
node-font-kit
Node.js wrapper for font-kit (Rust crate).
This library works like font-manager.
Features
- Get list of installed fonts.
- Get the font info (name, some properties).
Installation
npm install node-font-kitSupport status
| node14 | node16 | node18 | |
|---|---|---|---|
| Windows x64 | ✅ | ✅ | ✅ |
| Windows x86 | ✅ | ✅ | ✅ |
| Windows arm64 | ✅ | ✅ | ✅ |
| macOS x64 | ✅ | ✅ | ✅ |
| macOS aarch64 | ✅ | ✅ | ✅ |
| Linux x64 gnu | ✅ | ✅ | ✅ |
| Linux x64 musl | ✅ | ✅ | ✅ |
| Linux aarch64 gnu | ❌ | ❌ | ❌ |
| Linux aarch64 musl | ❌ | ❌ | ❌ |
| Linux arm gnueabihf | ❌ | ❌ | ❌ |
| Linux aarch64 android | ❌ | ❌ | ❌ |
| Linux armv7 android | ❌ | ❌ | ❌ |
| FreeBSD x64 | ✅ | ✅ | ✅ |