Open behdad opened 1 year ago
I'm trying to compress fonts with new formats of glyf table that I'm developing. It currently fails. I expect it to compress the glyf table as a generic table with brotli instead.
The library code allows disabling it: https://github.com/google/woff2/blob/4721483ad780ee2b63cb787bfee4aa64b61a0446/include/woff2/encode.h#L24
I'm trying to compress fonts with new formats of glyf table that I'm developing. It currently fails. I expect it to compress the glyf table as a generic table with brotli instead.