Behdad Esfahbod

Results 1498 comments of Behdad Esfahbod

> There's already a debug message for it: > > ``` > if label is None: > LOGGER.debug( > f"Document needs a label for axis '{axisName}', user value '{userValue}'." >...

Did some tool flag these? Some of the isinstance changes, like in the merge module, might be wrong.

It's possible that the font has a `DSIG` table? Also, `varLib.mutator` is obsolete. Please use `varLib.instancer`.

Would dropping that make it work? You can ttx the instanced font, remove the DSIG table, and ttx it back to ttf.

Eg. for comparing two fonts which are similar except for a couple lines, with ttx that is 53MB, fdiff by default takes ... well, I interrupted it after 4 minutes....

Duplicate of https://github.com/fonttools/fonttools/issues/2255

Reopening till the fix hits the repo.

Thanks both. To me, what's in demo/ is the simplest working demo. But sure, if you can provide something that is easier to understand for others, I'll merge that.