[PATCH 2/2] gdi32: Report unsubstituted font face names.

Alexandre Julliard julliard at winehq.org
Wed May 7 03:25:16 CDT 2014


Alex Henrie <alexhenrie24 at 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 at winehq.org



More information about the wine-devel mailing list