Module: wine Branch: master Commit: bc19adf47406190b95266868f896c3d94789a255 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc19adf47406190b95266868f...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Oct 31 10:19:08 2020 +0100
gdi32: Move the font link support out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 286 +++++++++++++++++++++++++++++++- dlls/gdi32/freetype.c | 420 ++++------------------------------------------- dlls/gdi32/gdi_private.h | 21 ++- 3 files changed, 336 insertions(+), 391 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bc19adf47406190b95266...