>
> Sure enough, If I "Turn on ClearType"
>
> Start->ControlPane->Display->
> AdjustClearTypeText/TurnOnClearType
>
> The fonts are rendered anti-aliased.
> But, I think I told Qt to override this with
>
> painter.setRenderHint(QPainter::TextAntialiasing,true);
>
> Also, I don't think
On Friday January 30 2015 19:28:54 william.croc...@analog.com wrote:
> Also, I don't think a Display setting should affect
> how my program renders to a file.
...
> The bottom line is that my original Qt code was good enough
> for Linux but not for Windows.
In the end it will depend on whether Cl
nter.setBackgroundMode(Qt::OpaqueMode);
The bottom line is that my original Qt code was good enough
for Linux but not for Windows.
Thanks.
Bill
>
>> Sent: Friday, January 30, 2015 at 10:56 AM
>> From: "william.croc...@analog.com"
>> To: "interest@qt-project.org&q
M
> From: "william.croc...@analog.com"
> To: "interest@qt-project.org"
> Subject: [Interest] Text is not being anti-aliased.
>
> Hello:
>
> I have code to create a PNG file from a QGraphicsScene.
> When I run this on Linux, text is anti-aliased. This is good.
&g
Hello:
I have code to create a PNG file from a QGraphicsScene.
When I run this on Linux, text is anti-aliased. This is good.
When I run this on Windows, text is NOT anti-aliased. This is bad.
I would like the text to be anti-aliased.
Am I doing something wrong?
Is this a Windows bug?
Is there a w