-
Notifications
You must be signed in to change notification settings - Fork 10.3k
For CFF fonts without proper ToUnicode
/Encoding
data, utilize the "charset"/"Encoding"-data from the font file to improve text-selection (issue 13260)
#13277
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
… "charset"/"Encoding"-data from the font file to improve text-selection (issue 13260) This patch extends the approach, implemented in PR 7550, to also apply to CFF fonts.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/b07a94fce832d54/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/dcd3a2f0c4fc4cf/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/b07a94fce832d54/output.txt Total script time: 25.99 mins
Image differences available at: http://54.67.70.0:8877/b07a94fce832d54/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/dcd3a2f0c4fc4cf/output.txt Total script time: 28.29 mins
Image differences available at: http://3.101.106.178:8877/dcd3a2f0c4fc4cf/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/cbf8bda587bf365/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/62d224c105a2315/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/62d224c105a2315/output.txt Total script time: 22.88 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/cbf8bda587bf365/output.txt Total script time: 26.47 mins
|
This patch extends the approach, implemented in PR #7550, to also apply to CFF fonts.
Fixes #13260