Module: wine Branch: master Commit: 19d13d0004db90e311cdb68c8d8026629f82a482 URL: https://source.winehq.org/git/wine.git/?a=commit;h=19d13d0004db90e311cdb68c8...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 3 11:26:39 2020 +0100
gdi32: Move the font cache out of freetype.c.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 293 ++++++++++++++++++++++++++++++++++++++++- dlls/gdi32/freetype.c | 336 +---------------------------------------------- dlls/gdi32/gdi_private.h | 3 + 3 files changed, 300 insertions(+), 332 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=19d13d0004db90e311cdb...