https://bugs.winehq.org/show_bug.cgi?id=51572
--- Comment #10 from m0rvj johnpgoodman@gmail.com --- Created attachment 70998 --> https://bugs.winehq.org/attachment.cgi?id=70998 bisect log
This is the log from my bisect. It appears that we land at: commit 318ebc89dcb590c6afa71e5b1504669037979a60 Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Mar 11 12:41:23 2021 +0300
dwrite: Implement GetSystemFontSet().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/dwrite/main.c | 159 +++++++++++++++++++++++++++++++++++++++++++++-- dlls/dwrite/tests/font.c | 25 ++++++++ 2 files changed, 178 insertions(+), 6 deletions(-)