26 Oct
2020
26 Oct
'20
9:59 p.m.
Module: wine Branch: master Commit: a89595a259b6748e461ea0b731ccf7f73a01014f URL: https://source.winehq.org/git/wine.git/?a=commit;h=a89595a259b6748e461ea0b73... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Oct 26 11:37:03 2020 +0100 gdi32: Set the font file name directly at creation time. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdi32/font.c | 64 ++++++++++++++++++++++++------------------------ dlls/gdi32/freetype.c | 52 +++++++++++++++++++-------------------- dlls/gdi32/gdi_private.h | 8 +++--- 3 files changed, 63 insertions(+), 61 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a89595a259b6748e461ea...