Module: wine Branch: master Commit: 8631506270ab116c6aecabe8a3159ba7d23edd67 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8631506270ab116c6aecabe8a...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Oct 29 11:10:30 2020 +0100
gdi32: Move the GSUB table support out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 336 +++++++++++++++++++++++++++++++++++++++- dlls/gdi32/freetype.c | 388 ++--------------------------------------------- dlls/gdi32/gdi_private.h | 5 + 3 files changed, 353 insertions(+), 376 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8631506270ab116c6aeca...