-
Notifications
You must be signed in to change notification settings - Fork 795
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
font rendering issue #468
Comments
I think it's a QWebKit issue. I am going to provide test build based on QWebEngine, then we can see whether the issue is solved there. |
Similar issue happening with the PHP docs, for me Zeal is rendering every page in italics |
Could you provide the QWebEngine based test build? I have issue with Zeal font rendering when using MacType on Windows. With MacType enabled, the fonts referred by the document which does not exist locally are all rendered as garbage characters. But Chrome have no problem with MacType so I suspect it is QWebKit problem and QWebEngine may solve it. |
Hi, I am experiencing the same problem as @Jabui: Zeal renders every page of the PHP docs in italics. I am using the Windows binary on Win10 (0.2.1, Built on Nov 19 2015), directly dowloaded today from If I may add another potential issue, the jQuery docs look a bit too grainy, as if they are not anti-aliased; please refer to the screenshot. |
I'll switch CI builds to use Qt WebEngine soon. Then quick tests will show us whether this is a Qt WebKit specific problem. |
Platform: Arch Linux latest Similar issue happens on several docs: MDN docs, React, Sinon. With an external browser, the doc looks fine. I found it's the issue with the generic font-family setting. If I don't have the fonts required by the doc, then this issue happens -- fallback to a not so cool font. On browsers, there're settings allow users to define which font will be used on sans/sans-serif/monospace/... fallback. I think Zeal may need such settings to make fonts cool, if possible :) |
I fully support this opinion. Archlinux with infinality font bundle. Zeal look like this: |
Marking this issue as a duplicate of #359. These all are Qt WebKit problems. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Screenshot:
http://i.imgur.com/S8yxGKm.png
I found it on laravel docset. it looks fine when open on external browser
The text was updated successfully, but these errors were encountered: