Module: wine Branch: master Commit: f360057e2f99613441ea11a7e2de45ea70dff25b URL: https://source.winehq.org/git/wine.git/?a=commit;h=f360057e2f99613441ea11a7e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Sep 7 15:18:56 2020 +0200
gdi32: Build full name from family + style when missing.
Also add full name in TRACE messages. The gdi32 family not always matches the real font family, as we match only LF_FACESIZE chars, so it could make traces confusing.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gdi32/freetype.c | 108 ++++++++++++++++++++++++++------------------------ 1 file changed, 57 insertions(+), 51 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f360057e2f99613441ea1...