Hi,
I 'm converting projects from VS 2003 to VS 2005.
One suprising thing is a different visible font size on the screen (at some places in my apps)
It seem that :
font.CreatePointFont(80, "Arial");
now creates a slightly larger font (on a 96 dpi Monitor) then before (lfHeight=-11 vs -10).
Is this by indent
BR,
Uwe
Visual C++14
|