[PATCH 2/6] gdi32: Use NtGdiEnumFonts for EnumFontFamiliesExW.

Jacek Caban jacek at codeweavers.com
Wed Sep 1 07:13:06 CDT 2021


On 9/1/21 2:08 PM, Jacek Caban wrote:
> +struct font_enum_entry
> +{
> +    DWORD            type;
> +    ENUMLOGFONTEXW   lf;
> +    NEWTEXTMETRICEXW tm;
> +};


FWIW, this part is not compatible with native (as indicated by comment 
not visible in the context). The general behaviour of NtGdiEnumFonts 
matches what I've seen experimenting with native, but the output format 
seems similar but different and I considered it not worth figuring.


Jacek




More information about the wine-devel mailing list