Martin Vermeer wrote:
By the way, I cannot see any text rendering difference between the two version. Looks to me that the text is anti-aliased in both cases. Looks to me that this setRenderHint() is just a helper for something else.

In windows, you can turn off anti-aliasing. The Qt setRenderHint overrides that setting. When you turned anti-aliasing off, you should not comment out the setRenderHint, but rather call it with a ",false" as second parameter.

I notice now that one of the machines we were using had anti-aliasing turned off in windows, so that's the explanation.

I guess you can remove those setRenderHint lines, so that we respect the windows setting people might have.

Regards,
Asger

Reply via email to