Le 21/03/2019 à 16:44, Richard Kimberly Heck a écrit :
I I did not mistype something, the danger is null: we already cache
rbearing (and width, ascent and descent) for the same reason. I only
added caching of lbearing. The only use of lbearing has been added in
the 2.3 development cycle, whence the regression on windows.
The patch looks more complicated than it really is because git diff is
trying to be too clever. If you look at the code after the patch, you
will see that the structure of lbearing is exactly the same as the one
of rbearing.
OK, just wanted to double check since we are close-ish to release.
The patch is in 2.3.x at e0879b14602c.
JMarc