-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677) #6135
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
Conversation
…ityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677) This patch slightly extends the heuristics used when trying to skip mapping of missing glyphs. Fixes 5677.
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/b94af95893f12ef/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/004b84a6201ac0f/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/b94af95893f12ef/output.txt Total script time: 18.10 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/004b84a6201ac0f/output.txt Total script time: 18.11 mins
|
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/06b2bd12de5b6ee/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/06b2bd12de5b6ee/output.txt Total script time: 0.73 mins Published |
I can confirm that this fixes the issue and the patch looks really good to me. Still I would like @yurydelendik or @brendandahl to take a final look and merge it. |
/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/2d260b06c8f0189/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/9963573b1619b8e/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/2d260b06c8f0189/output.txt Total script time: 18.12 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/9963573b1619b8e/output.txt Total script time: 18.46 mins
|
Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677)
This patch slightly extends the heuristics used when trying to skip mapping of missing glyphs.
Fixes #5677.