Originally posted by RealNC
View Post
Announcement
Collapse
No announcement yet.
Qt5's Linux Requirements Cause Problems
Collapse
X
-
Originally posted by Shnatsel View PostMind revealing the mysterious DE? "Steven Starr" isn't listed as an author at neither http://razor-qt.org/ nor http://www.maui-project.org/, and those are the only two emerging Qt DEs I'm aware of.
found also discussion at qt-project.org http://qt-project.org/forums/viewthread/20363/
!!!!! Previous screenshot is displayed resized. It should be open in new tab to see it exactly !!!!!!Last edited by JS987; 16 September 2012, 11:01 AM.
Comment
-
Originally posted by RealNC View PostThe "native" render engine might be faster, but it's buggy. Fonts don't render correctly (kerning seems to not be applied at all.)
Edit:
Some proof with screenshots. First, "native":
Then, "raster":
If you flip between the two, you will see that the "native" engine's font rendering is way off.
Of course, the correct thing to do is to use font-hinting everywhere, but it might not be possible due to driver and / or patent limitations. I don't think this is a real problem, as you should be able to turn on font-hinting in the "native" and get the both of best worlds.
Basically what you're showing is a performance vs. quality trade off... IMO, no surprise there.
However, I'm almost positive there are some configuration options you're overlooking that, *by default*, are likely different depending on which rendering you're doing (native vs. raster). (ie: Raster by default will likely choose maximum quality while native by default may choose maximum performance). I think it's just a default option you need to change in your font configurations.
Still, hopefully somebody more familiar with how Qt processes fonts will be able to answer this.Last edited by Sidicas; 16 September 2012, 11:10 AM.
Comment
-
-
Originally posted by RealNC View PostI don't see the point. Native is broken for other fonts, so it cannot be used. It doesn't matter that some fonts display OK.
Comment
-
-
Originally posted by Sidicas View PostI'm pretty sure it's not broken, you just don't have it configured to use font-hinting... or perhaps for some reason when you're using "native" your graphics hardware isn't capable of using font-hinting.. who knows..
NVidia GTX 560 Ti using official drivers, and AMD 4870 using Catalyst as well as the open source xf86-video-ati driver.
Comment
-
Originally posted by RealNC View PostThe fonts aren't broken. The Qt native renderer is.
And what do you think would happen if users wouldn't be able to use their fonts? They would switch to raster again.
6 times worse performance is unacceptable.
Comment
Comment