Re: [Development] Qt5 subpixel rendering differs from Qt4

2014-11-10 Thread Stanislav Baiduzhyi
Hm, those patched indeed made it look similar, thanx for pointing that out. But freetype output hasn't changed, rendered glyph image is still paler in Qt5 than in Qt4, only later rendering of that image makes it similar. Is there a way to make Qt5 freetype rendering itself similar to Qt4, or at

Re: [Development] Qt5 subpixel rendering differs from Qt4

2014-11-10 Thread Christoph Feck
On Monday 10 November 2014 12:04:27 Stanislav Baiduzhyi wrote: > Have anyone noticed that Qt5 subpixel font rendering is different > from Qt4? Yes, https://bugreports.qt-project.org/browse/QTBUG-40971 ___ Development mailing list Development@qt-project.o

Re: [Development] Qt5 subpixel rendering differs from Qt4

2014-11-10 Thread İsmail Dönmez
On Mon, Nov 10, 2014 at 1:04 PM, Stanislav Baiduzhyi < baiduzhyi.de...@gmail.com> wrote: > Hi All, > > Have anyone noticed that Qt5 subpixel font rendering is different from > Qt4? It is barely noticeable on cheaper TN-film LCD monitors, but it is > very obvious on more expensive ones, especially

[Development] Qt5 subpixel rendering differs from Qt4

2014-11-10 Thread Stanislav Baiduzhyi
Hi All, Have anyone noticed that Qt5 subpixel font rendering is different from Qt4? It is barely noticeable on cheaper TN-film LCD monitors, but it is very obvious on more expensive ones, especially on high DPI, like 13" FullHD zenbook with 169ppi. I was trying to dig it up, but haven't found the