Closed dranouil closed 4 years ago
I've also found this to be the case with some of my custom fonts. My guess is that it's a problem with the underlying renderer doesn't talk to the font library correctly. I'm thinking that perfect font pairity is probably a pipe dream. I would like to figure out the issues with my fonts, too, so any maintainers that can show me where to start in the source would be super helpful.
Same issue here. Using CentOS 6 and installed Microsoft Truetype and having issues with spacing in bold letters
Found a solution here: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/45
I'm definitely having this issue on a Windows server, too, trying to use the avenir font. Works like a charm on MacOS. Terrible on Windows.
I'm having the same problem on Windows. Is there a workaround for this? I see the issue is from 2015 but it's still opened
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
Hello,
I've got some problem by using font-face with PhantomJS. I try to take screen capture from html and I've got a different result between the html file and the png file. Have you an idea about this issue ?
Html :
The PhantomJS result :
index.xhtml
fontfaces.css
styles.css
screenCapture.js
And I use this command :
This is the folder of the website :
Configuration : PhantomJS : 2.0.1-development OS : Ubuntu 12.04.5 LTS