Cimpress-MCP / woff2-rs

WOFF2 decompression library for rust
Apache License 2.0
13 stars 7 forks source link

Is overlaySimpleBitmap supported? #2

Closed yisibl closed 2 years ago

yisibl commented 2 years ago

The WOFF2 spec was updated to support retaining the OVERLAP_SIMPLE glyf flags, and the official encoder/decoder has recently been updated to support that: https://github.com/google/woff2/pull/149

BrianHanechak commented 2 years ago

I haven't tested it, but I believe it is supported. Some of the relevant code is here: https://github.com/Cimpress-MCP/woff2-rs/blob/e62fcc7b4c968b227b3b5189aebb0eb5501440c8/src/glyf_decoder/mod.rs#L171

yisibl commented 2 years ago

Cool!