-
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
XFA - Don't use system font when a font is not embeded but there is a substitution #13662
Conversation
calixteman
commented
Jul 3, 2021
- always use a font coming from pdf.js when there is one: this way we don't use a system font which could looks wrong.
… substitution - always use a font coming from pdf.js when there is one: this way we don't use a system font which could looks wrong.
The problem is visible on the screenshot in issue #13633: space between glyphes is a bit strange (see the space after "k" in "bekannt"). |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/0d701b5690d878f/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/b3df406cadd2d83/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/0d701b5690d878f/output.txt Total script time: 30.34 mins
Image differences available at: http://54.67.70.0:8877/0d701b5690d878f/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/b3df406cadd2d83/output.txt Total script time: 34.73 mins
Image differences available at: http://3.101.106.178:8877/b3df406cadd2d83/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good improvement overall, thank you!
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/b776a7267bf0b34/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/27eed58b0af0ebb/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/b776a7267bf0b34/output.txt Total script time: 27.06 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/27eed58b0af0ebb/output.txt Total script time: 31.78 mins
|