Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-19 Thread Miguel A. Vallejo
> I think you should open a Qt bug on it. But add details on your font > configuration, not just fontconfig but which fonts you are using (especially > that toolbar/label font that renders wrong. How can I get my particular font configuration? I can tell you how I have configured libfreetype, how

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-18 Thread Allan Sandfeld Jensen
On Montag, 18. September 2017 19:18:22 CEST Miguel A. Vallejo wrote: > Thanks Martin, but I told some time ago that change broken totally the > rendering. I must set the system variable to get again version 35 > render and everything went just fine until Qt 5.9 arrived. > > With Qt 5.9 only that p

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-18 Thread Miguel A. Vallejo
Thanks Martin, but I told some time ago that change broken totally the rendering. I must set the system variable to get again version 35 render and everything went just fine until Qt 5.9 arrived. With Qt 5.9 only that particular labels in Qt programs are rendered wrong. Everything else is rendered

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-17 Thread Martin Steigerwald
Hello Miquel. Miguel A. Vallejo - 28.08.17, 15:52: > Since the last upgrade in Sid to Qt 5.9.1 I have noticed some fonts > rendered incorrectly in Qt applications, like Dolphin, VLC and some other > ones. > > The rendered font seems to be some bolded text, but it is rendered broken, > see attache

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-05 Thread Miguel A. Vallejo
> What Qt 5.9 does is setting the freetype property cff:no-stem-darkening to 0, > where it normally defaults to 1. You can try adding "cff:no-stem-darkening=1" > to FREETYPE_PROPERTIES, but I am no sure the environment variable will win. cff:no-stem-darkening=1 makes no difference in Qt programs.

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-05 Thread Allan Sandfeld Jensen
On Dienstag, 5. September 2017 01:00:03 CEST Miguel A. Vallejo wrote: > > Which is why I asked if you had upgraded that recently. > > Thank for your comments Allan > > I noticed the problem in the very first boot with Qt 5.9.1, as soon as > I opened Dolphin. I don't know if freetype was also upgr

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-04 Thread Miguel A. Vallejo
> Which is why I asked if you had upgraded that recently. Thank for your comments Allan I noticed the problem in the very first boot with Qt 5.9.1, as soon as I opened Dolphin. I don't know if freetype was also upgraded or not at that moment. I remember an upgrade to libfreetype6 some weeks ago t

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-04 Thread Allan Sandfeld Jensen
On Sonntag, 3. September 2017 23:44:30 CEST Miguel A. Vallejo wrote: > > It was also be good to know if the issue goes away if you enable > > antialiasing. > Yes, enabling antialiasing solves the problem. It is just bold text, > rendered fine. But I must turn antialising off. Fuzzy and blurry fonts

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-03 Thread Miguel A. Vallejo
> It was also be good to know if the issue goes away if you enable antialiasing. Yes, enabling antialiasing solves the problem. It is just bold text, rendered fine. But I must turn antialising off. Fuzzy and blurry fonts produce me headache and visual fatigue.

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-09-03 Thread Allan Sandfeld Jensen
On Montag, 28. August 2017 15:52:00 CEST Miguel A. Vallejo wrote: > Hello. > > Since the last upgrade in Sid to Qt 5.9.1 I have noticed some fonts > rendered incorrectly in Qt applications, like Dolphin, VLC and some other > ones. > > The rendered font seems to be some bolded text, but it is rend

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Miguel A. Vallejo
> Maybe something like "lsof | egrep '.ttf|.otf'" would enable you to spot > usage in the picker of a font style that is bold by default, and changing > your configured fonts or uninstalling that font would solve this. > > What fonts are configured in KDE's font settings? No, I checked this the fi

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Felix Miata
Miguel A. Vallejo composed on 2017-08-28 19:42 (UTC+0200): > Maybe my current font configuration helps: > pixel order: rgb > hinting: true > hintstyle: full > antialias:false > ( I tried to put here my ~/.config/fontconfig/fonts.conf but it does > not get through the list ) > KDE settings is us

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Miguel A. Vallejo
> I can't even reproduce it :-( Maybe my current font configuration helps: pixel order: rgb hinting: true hintstyle: full antialias:false ( I tried to put here my ~/.config/fontconfig/fonts.conf but it does not get through the list ) KDE settings is use system settings. I suspect it is trying t

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Miguel A. Vallejo
>>> I can't even reproduce it :-( Maybe my current font configuration helps: rgb true hintfull false KDE settings is use system settings. I suspect it is trying to draw that particular labels with another kind of hinting or even aliased but I don't know how to d

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Miguel A. Vallejo
>>> I can't even reproduce it :-( Maybe my current font configuration helps: rgb true hintfull false KDE settings is use system settings. I suspect it is trying to draw that particular labels with another kind of hinting or even aliased but I don't know how to

Re: Some fonts rendered incorrectly since upgrade to Qt 5.9.1

2017-08-28 Thread Lisandro Damián Nicanor Pérez Meyer
On lunes, 28 de agosto de 2017 15:52:00 -03 Miguel A. Vallejo wrote: > Hello. > > Since the last upgrade in Sid to Qt 5.9.1 I have noticed some fonts > rendered incorrectly in Qt applications, like Dolphin, VLC and some other > ones. > > The rendered font seems to be some bolded text, but it is r