Module: wine Branch: master Commit: 3e7f8aa272218d1ea08994eced511beb4776493f URL: https://source.winehq.org/git/wine.git/?a=commit;h=3e7f8aa272218d1ea08994ece...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 20 22:07:06 2020 +0200
gdi32: Move the other exported freetype functions to the font backend table.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 57 ++++++++++--- dlls/gdi32/freetype.c | 214 ++++++++++++++--------------------------------- dlls/gdi32/gdi_private.h | 22 ++++- 3 files changed, 130 insertions(+), 163 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3e7f8aa272218d1ea0899...