Aug. 28, 2007
3:33 p.m.
http://bugs.winehq.org/show_bug.cgi?id=9107 --- Comment #13 from Mikolaj Zalewski <mikolaj.zalewski(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.