Module: wine Branch: master Commit: e0872b64243d651c35c16b493971d2c785b8d997 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e0872b64243d651c35c16b493...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 26 11:43:24 2020 +0100
gdi32: Move the text metrics cache into the generic font structure.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/font.c | 159 +++++++++++++++- dlls/gdi32/freetype.c | 484 ++++++++++++++--------------------------------- dlls/gdi32/gdi_private.h | 10 +- 3 files changed, 298 insertions(+), 355 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e0872b64243d651c35c16...