[Bug 7571] Accented character glyphs are mixed up with TrueType fonts (affects e.g. Lotus Notes R5)

Wine Bugs wine-bugs at winehq.org
Fri Jun 8 16:12:08 CDT 2007


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





------- Additional Comments From inckie at gmail.com  2007-08-06 16:12 -------
Well, the problem seems to be even deeper: for font Segoe Script, I got...

Without patch:
font.c:1180: enumed font "Segoe Script", charset 0, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 238, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 204, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 161, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 162, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 186, weight 700, italic 0

With patch:
font.c:1180: enumed font "Segoe Script", charset 186, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 162, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 161, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 204, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 238, weight 700, italic 0
font.c:1180: enumed font "Segoe Script", charset 0, weight 700, italic 0

...yet it still behaves the same buggy way (IE, using BALTIC_CHARSET).

(If noisy, this at least serves as notekeeping.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list