http://bugs.winehq.org/show_bug.cgi?id=10919
--- Comment #7 from Ian Binnie bugzilla.j.iansemail@spamgourmet.com 2008-09-18 23:01:52 --- In Windows (but not Wine) GetClientRect is always a multiple of Font size
This causes the calculated Font Size (ClientRect / ConsoleScreenBuffer) to vary in wineconsole.
GetClientRect(hWnd, &crt); // client area of console window in screen coordinates
It is a pity the XP API GetCurrentConsoleFont() GetConsoleFontSize() are not implemented.