Index: freetype.c =================================================================== --- win32ss/gdi/ntgdi/freetype.c (revision 69880) +++ win32ss/gdi/ntgdi/freetype.c (working copy) @@ -648,7 +648,7 @@ Descent = pOS2->usWinDescent; } -#if 0 /* This (Wine) code doesn't seem to work correctly for us, cmd issue */ +#if 1 /* This (Wine) code doesn't seem to work correctly for us, cmd issue */ TM->tmAscent = (FT_MulFix(Ascent, YScale) + 32) >> 6; TM->tmDescent = (FT_MulFix(Descent, YScale) + 32) >> 6; #else /* This (ros) code was previously affected by a FreeType bug, but it works now */