SaveDword(hKey, _T("iPointSize"), Globals.lfFont.lfHeight);shouldn't it beSaveDword(hKey, _T("iPointSize"), PointSizeFromHeight(Globals.lfFont.lfHeight));
Also, this would permit to simplify code a bit :-) http://cia.vc/stats/project/ReactOS/.message/3522f92 _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
