Behdad Esfahbod

Results 1486 comments of Behdad Esfahbod

> Here's the mark-to-base logic for that: So I added that same logic to mark-to-ligature, but it still doesn't work, because: the ligation happens *after* the multiplication. So the second...

Yes, we should allow that. We'll take a look next week in Berlin.

I vote for moving it into ttLib.reorderGlyphs() and add it as a method on ttFont.

Let's wait for @anthrotype and I'll go ahead and do it.

This was fixed in https://github.com/fonttools/fonttools/pull/3468

Basically just start by getting a general understanding of the differences and pull the dictionary and inspect it and write the converter. No magic here. Use Identity ROS if possible...

`varLib.mutator` is deprecated. The same should happen in `varLib.instancer` though.

Fixed in https://github.com/fonttools/fonttools/pull/3506 Just left https://github.com/fonttools/fonttools/issues/3512 which I'll do soon.

> A major one is that you either have to either add the info required by a CID font to the TopDict - Region,Order, Supplement (use Adobe-Identity1-0), Somehow if I...