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

Wine Bugs wine-bugs at winehq.org
Sun May 20 22:59:53 CDT 2007


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





------- Additional Comments From dmitry at 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.



More information about the wine-bugs mailing list