Harry Dalton
Harry Dalton
Yes, my understanding is that the existing arg should cover any label that is included in the `STAT` table. For variable fonts, this would typically include anywhere where there is...
Interested in gathering thoughts: this is not prescribed by the spec, so could be considered too opinionated, but we are also confident that it would produce the expected final metadata...
(some previous discussion of this metadata in #2613)
Hello all! Thanks for the explanations above : ) We encountered this in the wild too: the ideal we were aiming towards was to have **all** issues be reported, but...
I've added coverage for pre-compiled interpolation and interpolating a single value now 🚀 @anthrotype Is there anything we want to do to confirm that the full stack is still building...
We hit a real-world issue this week that this PR would solve: [RoundingPointPen calls its target pen with an explicitly named `baseGlyphName`](https://github.com/fonttools/fonttools/blob/e5c9b1e7b04c0f06d52fa5cb42ae6e7f8f13fe6a/Lib/fontTools/pens/roundingPen.py#L119), but [ufoLib2 only accepts `baseName`](https://github.com/fonttools/ufoLib2/blob/440b2dd247ee75095a8b6c2132b471dffb92e8da/src/ufoLib2/pointPens/glyphPointPen.py#L58), so we get...
Unless there's an `HVAR` or we're at the default position, let's make it `None` until drawn, with an explicit `getWidth()` that'll make sure it's populated in all cases. Then, if...