Sarah Groß
Sarah Groß
> Is this ready for review? If so, we should mark the PR as no longer being a draft in the description. Nope, #704 implements the graceful loading part of...
@davelab6 @taylorb-monotype are you still interested in contributing a PR?
Closing as we now have an own implementation for variable font rendering (#699).
I'm currently working on restructuring the error handling to make it possible to load incomplete/corrupted font files as well as Type1/CFF fonts (see #643). There will be different error levels...
Related to #509
@ardentia Thanks for the update! Could you somehow test using the current master? 1.3.4 is quite old but there hasn't been a new release to npm yet.
The bin files are only used for testing, in order to get the bundled files, run `npm run build` and `npm run dist` and you'll find them inside a dist...
I just hat a chance to look at your screenshots now on my computer instead of my phone. What you're seeing there is not the memory that opentype consumes, but...
I agree there should be an easy integrated way to use the (possibly modified) fonts for text preview in browser context. Doesn't have to be in 2.0.0, but it shouldn't...
Currently, we only have download() as a public method. If you want to only get a URL, you have to use all the more low-level methods yourself, building the DataView...