Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of opentype.js #136

Open
romgere opened this issue Jun 3, 2024 · 1 comment
Open

Get rid of opentype.js #136

romgere opened this issue Jun 3, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@romgere
Copy link
Owner

romgere commented Jun 3, 2024

Project is now using a WebAssembly version of https://github.com/harfbuzz/harfbuzz to generate Glyph (#131) but CFF font support was not correct & some issues start to appear (#135).

To quickly fix the issue mentioned above, and restore previous behaviour, open.type.js has been restored to the project, only to determine the outline format of the font.

We need to figure out a way to do the same with harfbuzz & get rid of opentype.js dep.

@romgere romgere added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 3, 2024
@romgere
Copy link
Owner Author

romgere commented Jun 3, 2024

Add visual test with CFF font to help preventing any regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant