googlefonts / fontations

Reading and writing font files
Apache License 2.0
395 stars 26 forks source link

[read-fonts] feature gate cubic glyf support #1232

Open dfrg opened 1 week ago

dfrg commented 1 week ago

We don't want to ship experimental functionality in Chrome. Resolved per #1221 to mask out the bit and re-enable later. Also ignores two tests for this.

cc @drott

rsheeter commented 1 week ago

Why not put it behind a feature and make sure we run tests for that feature?

rsheeter commented 1 week ago

For context, I anticipate we'll want to add more OFF.Next functionality in the not too distant future and we won't want it all commented out/ignored

dfrg commented 1 week ago

Per f2f, resolved that we’ll add a spec_next feature (off by default) to capture this and any future proposed features.