"Byeong-Sik Jeon" wjsqudtlr@gmail.com wrote:
These patches fix the BUG #5865 http://bugs.winehq.org/show_bug.cgi?id=5865.
changelog: Implement AddFontMemResourceEx.
You shouldn't need to create a temp file, FT_New_Memory_Face is able to load font data from memory just fine. FT_New_Memory_Face is already used by OpenFontFile, you need to adapt existing code to not require fonts to be passed as a file name in general.