You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: