skef
skef
Ok, the problem was [here](https://github.com/adobe-type-tools/afdko/blob/26e7bda33d0f3282580b433538a5f7098ea04d30/c/shared/uforead.cpp#L2570). The fix is trivial -- just don't suppress the closing lineTo. The question is whether to add a flag to `tx` to turn this on...
These specifications don't really conflict, they just don't pull the whole definition into one place. I believe its: ``` if vsindex operator in charstring: vsindex = (charstring vsindex operand) else...
So we just need to tune up the language -- I'm fine with that.
We need to output strings written from tx into xml through an XML-safe encoder. Skef will look at this.
Well, my knowledge of FreeType is very modest, I've only poked around some of the CFF-related code. I doubt I would be of much help. Are you aware of the...
I can reproduce the error when installing our "manylinux" wheel on Arch Linux. When I build and install from source `makeotfexe` works fine without any cmake configuration changes. Did you...
I suspect we may be having these problems: https://stackoverflow.com/questions/65335620/terminate-called-after-throwing-an-instance-of-stdsystem-error , with the issue being that the manylinux wheel is statically linking and the "normal" build is dynamically linking.
> I don't have an x86_64 device at hand so instead I launched the arm64 version of Ubuntu 20.04.6 and run pip install afdko, which causes the AFDKO build from...
> Yep, on the arm64 environment at first I just run pip install afdko to set up the latest AFDKO and it didn't compile the font. Then I cloned the...
I'm just trying to piece this together. You're saying you built the repo for Linux on ARM and it didn't work, and then you added some pthread-related stuff to the...