Aric Stewart <aric(a)codeweavers.com> wrote:
- TM.tmAveCharWidth = (pFT_MulFix(pOS2->xAvgCharWidth, x_scale) + 32) >> 6;
+ TM.tmAveCharWidth = (pFT_MulFix(abs(pOS2->xAvgCharWidth), x_scale) + 32) >> 6;
Did you test what Windows does in that case?
--
Dmitry.