Re: [Interest] QtQuick: weird fonts problem

2020-06-12 Thread Allan Sandfeld Jensen
On Freitag, 12. Juni 2020 07:17:30 CEST Jason H wrote:
> From what I've seen, it's a combination of poor font hinting, a bad
> cleartype implementation, it some combination there of. You can change the
> way Qt handles the font hinting, by turning off antialiased text. It'll
> good the issue, but then the text won't appear smooth.

You can also disabled just subpixel antialiasing using 
QFont::NoSubpixelAntialias. Then you should still get graytone antialiasing. 
Hopefully that would work better in this case. You can also disable cleartype 
on the OS level, if you are unable to modify the Qt application.

And on Windows you can try the freetype backend instead of the default windows 
font backend.

'Allan


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QtQuick: weird fonts problem

2020-06-11 Thread Jason H
From what I've seen, it's a combination of poor font hinting, a bad cleartype 
implementation, it some combination there of. You can change the way Qt handles 
the font hinting, by turning off antialiased text. It'll good the issue, but 
then the text won't appear smooth.


> Sent: Tuesday, June 09, 2020 at 8:51 AM
> From: "Alexander Dyagilev" 
> To: interest@qt-project.org
> Subject: [Interest] QtQuick: weird fonts problem
>
> Hello,
>
> One of our users reported that text drawing is broken. It's PNG, it
> seems image is not blurred and this is how app looks really on his PC.
>
> Why can this happen?
>
> https://i.imgur.com/GG9hXPQ.png
>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QtQuick: weird fonts problem

2020-06-09 Thread Mitch Curtis
From what I've seen, stuff like that is usually a graphics driver issue.

> -Original Message-
> From: Interest  On Behalf Of Alexander
> Dyagilev
> Sent: Tuesday, 9 June 2020 8:52 AM
> To: interest@qt-project.org
> Subject: [Interest] QtQuick: weird fonts problem
> 
> Hello,
> 
> One of our users reported that text drawing is broken. It's PNG, it seems
> image is not blurred and this is how app looks really on his PC.
> 
> Why can this happen?
> 
> 
>  <https://i.imgur.com/GG9hXPQ.png>

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] QtQuick: weird fonts problem

2020-06-09 Thread Alexander Dyagilev

Hello,

One of our users reported that text drawing is broken. It's PNG, it 
seems image is not blurred and this is how app looks really on his PC.


Why can this happen?

https://i.imgur.com/GG9hXPQ.png

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest