Re: [Interest] Text is not being anti-aliased.

2015-02-03 Thread Bill Crocker
> > 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

Re: [Interest] Text is not being anti-aliased.

2015-01-30 Thread René J . V . Bertin
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

Re: [Interest] Text is not being anti-aliased.

2015-01-30 Thread william.croc...@analog.com
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

Re: [Interest] Text is not being anti-aliased.

2015-01-30 Thread Jason H
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

[Interest] Text is not being anti-aliased.

2015-01-30 Thread william.croc...@analog.com
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