[PATCH 1/8] gdi32: Implement AddFontMemResourceEx with temp files.

Huw Davies huw at codeweavers.com
Tue Sep 15 09:12:03 CDT 2020


On Wed, Sep 09, 2020 at 12:21:57PM +0200, Rémi Bernon wrote:
> This makes WineEngAddFontMemResourceEx, as well as the support for
> loading font face from memory in freetype.c, obsolete.

This doesn't seem ideal to say the least.

I'm also not convinced that using fontconfig to load the font info
is necessarily the way to go.  As you say, it's missing fontsig
information and isn't available on all platforms.

Did you look at a delayed initialisation approach?  That could
potentially use an out-of-process server.

Huw.



More information about the wine-devel mailing list