Closed dy closed 3 years ago
Hi @dy , after looking into this bug I realize it may be an issue with handling stdout
on Windows.
As an alternative solution, you can try:
tx -cff2 +S +b -o ./font/table.CFF2 -f ./font/wavefont.otf
Let me know if that works for you. In the meantime, we'll be looking into a fix for stdout
handling on Windows.
It worked! Thank you @kaydeearts! Found out that the order of arguments matters:
tx -cff2 +S +b -f ./font/wavefont.otf -o ./font/table.CFF2
doesn't work.
Providing you 2 files: one generated with stdout, the second is with -o
:
wavefont.zip
Binary difference seems more complex than expected, not just line breaks - different length, different patches.
@dy try without the -o
tx -cff2 +S +b -f ./font/wavefont.otf ./font/table.CFF2
@miguelsousa tried, that failed:
tx: --- ./table.CFF2
tx: (cfr) source stream error
Reopening the issue raised in #1319.
After performing
from howto example the font is corrupted.
The problem persists and is reproducible in windows machine.