Frederik De Bleser

Results 186 comments of Frederik De Bleser

For reference, the WOFF2 W3 doc: https://www.w3.org/TR/WOFF2/

Coo, I'll take a look. Encoding would be cool as well as it would allow to write woff2 fonts (we don't do this for WOFF at the moment, but would...

Thanks @devongovett! I know it's not just the decompression, but that's the part I didn't want to do myself :-)

Only woff is supported. Woff2 is not yet supported.

Ideally there would be some system to turn them on/off as needed. Something like peer dependencies in npm perhaps (https://nodejs.org/en/blog/npm/peer-dependencies/)? I would love for OpenType.js to work with @devongovett 's...

Kerning values can be stored in two ways, either through the (deprecated) `kern` table or the (complicated) `GPOS` table. Currently we only have read support for both. There is no...

@mattlag no problem at all. opentype.js is currently a spare time project as well :-) @davelab6 both suggestions work for me! Since I have a job in academia, I can...

Yes, it would be awesome if we could support this! Thanks for posting the test font.

Personally, I like ES6 classes. As @oriSomething mentioned, we're using `prototype`-based inheritance already anyway, so it's just renaming some things and cleanup. What I *don't* like is Babel, but yeah,...