fontkit icon indicating copy to clipboard operation
fontkit copied to clipboard

An advanced font engine for Node and the browser

Results 5 fontkit issues
Sort by recently updated
recently updated
newest added

This commit updates the import statement for the `fontkit` library in the README.md file. Previously, the import statement was written as `import fontkit from '@pdf-lib/fontkit';`. However, this might cause issues...

Adds the MIT license as separate `LICENSE` file. This would help us to extract the license out of the node package with the License Webpack Plugin.

👋 Hopding This PR brings in all upstream changes from `foliojs/fontkit`. Specifically interesting is the commit 'Fix saving loca index format/version when subsetting' ([Upstream PR](https://github.com/foliojs/fontkit/pull/191)) As it appears to fix...

The version readings in the hhea and vhea tables are currently not appropriate. https://docs.microsoft.com/en-us/typography/opentype/spec/hhea https://docs.microsoft.com/en-us/typography/opentype/spec/vhea According to these, there are two versions in hhea, major and minor. They are both...

Making a path's commands accessible would be useful for users to apply some transformation to the path (e.g. move the entire path horizontally by adding offsets to `args`).