-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040) #5901
Conversation
…n |readCmapTable|
…d in TrueType fonts (bug 1050040) Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1050040. With this patch the file is completely readable, but given that the font is broken enough to be rejected by OTS the rendering differs slightly from Adobe Reader. *Note:* the PDF file is sufficiently broken that even Adobe Reader complains about the font, *and* also about another more general issue.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/3518390848cdc4c/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/111483199b82138/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/3518390848cdc4c/output.txt Total script time: 18.08 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/111483199b82138/output.txt Total script time: 22.95 mins
|
/botio makeref |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://107.21.233.14:8877/9be4b446f2856a5/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://107.22.172.223:8877/df960c266f55c32/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/df960c266f55c32/output.txt Total script time: 18.13 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/9be4b446f2856a5/output.txt Total script time: 23.26 mins
|
/botio-windows preview |
From: Bot.io (Windows)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/3d4dcfa90a22ecd/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/3d4dcfa90a22ecd/output.txt Total script time: 0.93 mins Published |
Merging after makeref, and looks really good. Thanks! |
Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040)
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1050040.
With this patch the file is completely readable, but given that the font is broken enough to be rejected by OTS the rendering differs slightly from Adobe Reader.
Note: the PDF file is sufficiently broken that even Adobe Reader complains about the font, and also about another more general issue.