Sarah Groß

Results 252 comments of Sarah Groß
trafficstars

To give a quick status update a few years later: OpenType.js is passing more and more tests in the unreleased master state which is going to be 2.0.0 in the...

Started working on CFF2 support: https://github.com/opentypejs/opentype.js/tree/WIP/cff2

Closing this stale issue.

Is this issue still relevant? You can already change the values of those tables. Or is this more about helper functions that facilitate changing the values correctly according to the...

Can you be more specific about "other logging systems"? Anything particular I should take look at as a reference?

Just pushed a change to make the event cancelable via `preventDefault()`.

@yne we don't have access to the current font object in all the places where we might throw or log an error, in order to access an option like `resilientParse`....

Isn't Closure Compiler only for minification? AFAIK you can only specify if the input is to be treated as ES5 or ES6, but I'd be surprised if it actually did...

Interesting, I didn't know that! If we can better support, I'm all for it!

That's great! I tried swc on another project and it's quite fast. Will be worth looking into. And once we are able to get rid of reify, we can finally...