[Bug 7571] Accented character glyphs are mixed up with TrueType fonts (affects e.g. Lotus Notes R5)
http://bugs.winehq.org/show_bug.cgi?id=7571 ------- Additional Comments From dmitry(a)codeweavers.com 2007-20-05 22:59 -------
- return EnumFontFamiliesExA( hDC, &lf, efproc, lpData, 0 ); + return EnumFontFamiliesExA( hDC, &lf, efproc, lpData, ENUM_FONT_FAMILIES );
I several times noted that introducing Wine own, internal flags to public APIs is not acceptable.
While EnumFontFamilies() enumerated only 3 fonts for RUSSIAN_CHARSET, EnumFontFamiliesEx() enumerated 30.
Are you sure that it's not the other way around? Here is a comment a added to test_EnumFontFamilies(): /* Observed behaviour: EnumFontFamilies enumerates aliases like "Arial Cyr" * while EnumFontFamiliesEx doesn't. */ -- 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.
participants (1)
-
Wine Bugs