http://bugs.winehq.org/show_bug.cgi?id=15570
--- Comment #1 from Jeremiah Flerchinger flerchjj@ieee.org 2008-10-10 22:59:06 --- May want to do an implementation that mirrors a HFONT IBM_Font = (HFONT) GetStockObject (OEM_FIXED_FONT), followed by a SelectObject(hDC, IBM_Font), and a DrawText (instead of a TextOut - to allow scaling).