Behdad Esfahbod

Results 1487 comments of Behdad Esfahbod

If you mean the parts decoding SFNT and CFF table, then that's a lot of code; there's not much point reimplementing that in this module. Maybe FreeType allows loading those?

I haven't looked at the code in a long time. Can you summarize what changes you like to see?

I see. Yes, I think we can do something like that.

> And prehaps, you can drop the fdSelect part, and use one unified local subroutine table for ALL subfonts in a CID FDArray. In my case, all input charstrings do...

Cusps are where the curve tangent falls to zero. That is, when dx/dt=0 and dy/dt=0. Each of those either has 0, 1, or 2 solutions in the [0,1] range, OR...

> For the cases of 1 or 2 cusps, we should just break the curve there. The case of 2 cusps can only happen if the curve is degenerate, ie....

Now that we have a perf suite, what would be useful is: - a tool to draw / print a histogram of number-of-quadratics per cubic for the test corpus. This...

There are also two other insights that led to the development of the algorithm: - Curves will remain interpolation-compatible if at every new on-curve point, the ratio of the length...

> I see that @jamesgk has reintroduced the max_err argument specifying the tolerance in absolute font units (#12). That's good. We actually haven't found an use for the relative max_err_em...

Gimme some time to comment here please. Don't merge anything just yet.