-
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
Improve glyph mapping for non-embedded composite standard fonts (issue 11088) #13985
Conversation
…e 11088) For non-embedded CIDFontType2 fonts with a non-/Identity encoding, use the /ToUnicode data to improve the glyph mapping.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7cb18083a1fedc4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/c2ee6e6c2335010/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7cb18083a1fedc4/output.txt Total script time: 21.46 mins
Image differences available at: http://54.241.84.105:8877/7cb18083a1fedc4/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c2ee6e6c2335010/output.txt Total script time: 39.02 mins
Image differences available at: http://54.193.163.58:8877/c2ee6e6c2335010/reftest-analyzer.html#web=eq.log |
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/5b073791100cc8e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/5b073791100cc8e/output.txt Total script time: 4.52 mins Published |
Looks good to me; thanks! /botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/f1fac05c04811e5/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 1 Live output at: http://54.193.163.58:8877/499df86851f341a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/f1fac05c04811e5/output.txt Total script time: 17.81 mins
|
/botio-linux makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8f76eae4ef9b61c/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/499df86851f341a/output.txt Total script time: 28.41 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/8f76eae4ef9b61c/output.txt Total script time: 20.23 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/c5088f5b24c1aef/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c5088f5b24c1aef/output.txt Total script time: 30.14 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f45c97825cea2a0/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f45c97825cea2a0/output.txt Total script time: 36.96 mins
|
For non-embedded CIDFontType2 fonts with a non-/Identity encoding, use the /ToUnicode data to improve the glyph mapping.
Fixes #11088