Re: [1/2] gdi32: EnumFontFamilies should enumerate substituted fonts when directly asked for.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
I.e. EnumFontFamilies(NULL) won't enumerate substituted fonts, but EnumFontFamilies("MS Shell Dlg") will do.
Part1 of the fix for bug 19289.
It breaks the tests here: ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so font && touch font.ok font.c:756: Test failed: wrong face name MS Shell Dlg font.c:767: Test failed: wrong face name MS Shell Dlg -- Alexandre Julliard julliard(a)winehq.org
On 15 Jul 2015, at 07:39, Alexandre Julliard wrote:
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
I.e. EnumFontFamilies(NULL) won't enumerate substituted fonts, but EnumFontFamilies("MS Shell Dlg") will do.
Part1 of the fix for bug 19289.
It breaks the tests here:
../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so font && touch font.ok font.c:756: Test failed: wrong face name MS Shell Dlg font.c:767: Test failed: wrong face name MS Shell Dlg
It also fails on Win 2000: https://testbot.winehq.org/JobDetails.pl?Key=15259#k201 Huw.
participants (2)
-
Alexandre Julliard -
Huw Davies