[python-win32] Fonts behaving differently with Py3/216

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 5 01:35:05 CET 2011


Tim Roberts wrote:

> Are you running this on a different computer?

No, it's the same computer. I can run 2.x and 3.x versions
of the same test side by side, and the 2.x one has normal
sized text whereas the 3.x one has tiny text.

Oddly, it only seems to affect text drawn by the standard
win32 controls. Text that I draw myself using GDI+ comes
out the same size in both cases. So it looks like GDI
and GDI+ are doing different things with the fonts,
somehow.

-- 
Greg


More information about the python-win32 mailing list