npm
npmjs.com › package › fontkit
fontkit - npm
An advanced font engine for Node and the browser. Latest version: 2.0.4, last published: a year ago. Start using fontkit in your project by running `npm i fontkit`. There are 240 other projects in the npm registry using fontkit.
» npm install fontkit
npm
npmjs.com › package › @types › fontkit
@types/fontkit - npm
TypeScript definitions for fontkit. Latest version: 2.0.8, last published: 8 months ago. Start using @types/fontkit in your project by running `npm i @types/fontkit`. There are 8 other projects in the npm registry using @types/fontkit.
» npm install @types/fontkit
Published Mar 29, 2025
Version 2.0.8
npm
npmjs.com › package › @pdf-lib › fontkit
@pdf-lib/fontkit - npm
An advanced font engine for Node and the browser. Latest version: 1.1.1, last published: 5 years ago. Start using @pdf-lib/fontkit in your project by running `npm i @pdf-lib/fontkit`. There are 131 other projects in the npm registry using ...
» npm install @pdf-lib/fontkit
Published Nov 28, 2020
Version 1.1.1
Author Andrew Dillon
Repository https://github.com/Hopding/fontkit
Homepage https://github.com/Hopding/fontkit
Snyk
snyk.io › advisor › fontkit › fontkit code examples
https://snyk.io/advisor/npm-package/fontkit/example
fontUsage.props['font-display'] = fontDisplay; } } } // Generate codepoint sets for original font, the used subset and the unused subset for (const htmlAssetTextWithProps of htmlAssetTextsWithProps) { for (const fontUsage of htmlAssetTextWithProps.fontUsages) { const originalFont = assetGraph.findAssets({ url: fontUsage.fontUrl })[0]; if (originalFont.isLoaded) { let originalCodepoints; try { // Guard against 'Unknown font format' errors originalCodepoints = fontkit.create(originalFont.rawSrc) .characterSet; } catch (err) {} if (originalCodepoints) { const usedCodepoints = fontUsage.text .split('') .map(c => c.codePointAt(0)); const unusedCodepoints = originalCodepoints.filter( n => !usedCodepoints.includes(n) ); fontUsage.codepoints = { original: originalCodepoints, used: usedCodepoints, unused: unusedCodepoints }; }
npm
npmjs.com › package › @btielen › pdf-lib-fontkit
@btielen/pdf-lib-fontkit - npm
An font engine for pdf-lib. Latest version: 1.0.0, last published: 4 years ago. Start using @btielen/pdf-lib-fontkit in your project by running `npm i @btielen/pdf-lib-fontkit`. There are 1 other projects in the npm registry using ...
» npm install @btielen/pdf-lib-fontkit
Published Feb 04, 2022
Version 1.0.0
Author Andrew Dillon
Repository https://github.com/btielen/fontkit
Homepage https://github.com/btielen/fontkit
GitHub
github.com › foliojs › fontkit
GitHub - foliojs/fontkit: An advanced font engine for Node and the browser
An advanced font engine for Node and the browser. Contribute to foliojs/fontkit development by creating an account on GitHub.
Starred by 1.6K users
Forked by 235 users
Languages JavaScript
npm
npmjs.com › package › @kittl › fontkit
@kittl/fontkit - npm
An advanced font engine for Node and the browser. Latest version: 1.8.5, last published: 5 months ago. Start using @kittl/fontkit in your project by running `npm i @kittl/fontkit`. There are no other projects in the npm registry using @kittl/fontkit.
» npm install @kittl/fontkit
npm
npmjs.com › package › @react-pdf › fontkit
@react-pdf/fontkit - npm
An advanced font engine for Node and the browser. Latest version: 2.1.2, last published: 3 years ago. Start using @react-pdf/fontkit in your project by running `npm i @react-pdf/fontkit`. There are 25 other projects in the npm registry using ...
» npm install @react-pdf/fontkit
Published Jul 03, 2022
Version 2.1.2
Author Devon Govett
Repository https://github.com/diegomura/react-pdf
npm
npmjs.com › package › node-font-kit
node-font-kit - npm
Node wrapper for font-kit (Rust crate). Latest version: 0.2.0, last published: 5 years ago. Start using node-font-kit in your project by running `npm i node-font-kit`. There are no other projects in the npm registry using node-font-kit.
» npm install node-font-kit
Published Jan 31, 2021
Version 0.2.0
Author "Sotaro Tommykawa "
Repository https://github.com/ssssota/font-kit
jsDelivr
cdn.jsdelivr.net › [email protected]
fontkit CDN by jsDelivr - A free, fast, and reliable Open Source CDN
fontkit CDN by jsDelivr - A free, fast, and reliable Open Source CDN for npm and GitHub
GitHub
github.com › DenkiYagi › fontkit › pkgs › npm › fontkit
Package fontkit · GitHub
An advanced font engine for Node and the browser · Learn more about npm packages · $ npm install @denkiyagi/[email protected] · "@denkiyagi/fontkit": "2.0.4-mod.2025.2" 2.0.4-mod.2025.2 · Latest · Published 9 days ago ·
GitHub
github.com › foliojs › fontkit › blob › master › package.json
fontkit/package.json at master · foliojs/fontkit
"url": "git://github.com/foliojs/fontkit.git" }, "dependencies": { "@swc/helpers": "^0.5.12", "brotli": "^1.3.2", "clone": "^2.1.2", "dfa": "^1.2.0", "fast-deep-equal": "^3.1.3", "restructure": "^3.0.0", "tiny-inflate": "^1.0.3", "unicode-properties": "^1.4.0", "unicode-trie": "^2.0.0" }, "devDependencies": { "c8": "^7.11.3", "codepoints": "^1.2.0", "concat-stream": "^2.0.0", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", "parcel": "2.0.0-canary.1713", "shx": "^0.3.4" } }
Author foliojs
jsDelivr
jsdelivr.com › package › npm › fontkit
fontkit CDN by jsDelivr - A CDN for npm and GitHub
August 9, 2024 - A free, fast, and reliable CDN for fontkit. An advanced font engine for Node and the browser
Published Nov 28, 2014
Repository https://github.com/foliojs/fontkit
Maven Repository
mvnrepository.com › artifact › org.webjars.npm › fontkit
Maven Repository: org.webjars.npm » fontkit
Home » org.webjars.npm » fontkit · WebJar for fontkit · Central (3) Central · Atlassian External · Atlassian · WSO2 Releases · WSO2 Public · Hortonworks · Mulesoft · JCenter · KtorEAP · Sonatype · 🌐 · DNS Gurus · Free DNS Tools & Analysis ·
Npm
npm.io › package › fontkit
Fontkit NPM | npm.io
Fontkit is an advanced font engine for Node and the browser, used by PDFKit.