Re: [PATCH 2/2] gdi32: Report unsubstituted font face names.
7 May
2014
7 May
'14
8:25 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> writes:
@@ -5765,6 +5765,11 @@ static BOOL enum_face_charsets(const Family *family, Face *face, struct enum_cha else strcpyW(elf.elfFullName, family->FamilyName); } + /* Make sure that MS Shell Dlg says "MS Shell Dlg" and not "Tahoma" */ + if (unsubstituted_face_name) + { + lstrcpynW(elf.elfLogFont.lfFaceName, unsubstituted_face_name, LF_FACESIZE); + }
So what happens to the full name in that case? -- Alexandre Julliard julliard(a)winehq.org
4240
Age (days ago)
4240
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard