Behdad Esfahbod

Results 1486 comments of Behdad Esfahbod

> If so, I did not find a way so far to represent that in master I am generating in the test font generator script. Is there a way? It's...

Also: https://sourceforge.net/p/fonttools/bugs/41/ """ See https://bugs.launchpad.net/ubuntu/+source/ttf-century-catalogue/+bug/783347 It is possible for that font to have ttx create a line like: which cannot be processed by other tools working on the XML data...

I'm a bit undecided about this. How about at least we completely rename the variables, from `momentXX` to `XXmoment`, such that any code using one wouldn't work with the other?

Also asking @anthrotype's opinion

> Sorry; one other clarification question: are you meaning that you want to preserve the older `momentXX` etc attributes? No I wasn't suggesting that. I was thinking breaking people's code...

> momentXX -> Planar2ndMomentAxisX Shouldn't that be AxisY then?

> Real question I wanted to ask is mainly whether `Planar2ndMomentAxisX` or `Planar2ndMomentWrtX` is better. I like the Wrt version better. What would the XY be called? Re higher-level moments,...

Adding Polar moment might be really low-cost. Give it a try and check the code.

I just generated one with `momentRR` for Polar second moment, and the generator wasn't smart enough to reuse X^2 + Y^2 code for it. Which is weird...

Also, do you have a use-case for the planar moment, or the higher moments?