http://bugs.winehq.org/show_bug.cgi?id=9107
--- Comment #13 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-08-28 15:32:59 --- GetCharABCWidthsI fails because it seems the font is not TrueType and both in MSDN and in our implementation the font is required to be TT. The function GetCharWidth32 works for non-TT font but it gets Unicode chars as an input, while in ScriptPlace we are passed glyph indices. I haven't found out yet how to convert them. Also we should check if native Uniscript works with non-TT fonts - maybe the probblem is in font substitutions.