[Bug 9107] Fonts in qt4 apps (like Photoshop Elements 5?) unreadable

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 28 15:33:00 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9107





--- Comment #13 from Mikolaj Zalewski <mikolaj.zalewski at 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.



More information about the wine-bugs mailing list