Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Dmitry Timoshkov
"Byeong-Sik Jeon" <[EMAIL PROTECTED]> wrote: FT_New_Memory_Face approach need to change the AddFontFileToList, OpenFontFile function. this change makes the complicated code, Yes, it needs more work, but will simplify the whole font loading code once done properly. but "memory font resource"

Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Byeong-Sik Jeon
Dmitry Timoshkov wrote: > "Byeong-Sik Jeon" <[EMAIL PROTECTED]> 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 lo

Re: [1/2] gdi32: Implement AddFontMemResourceEx api.

2007-03-06 Thread Dmitry Timoshkov
"Byeong-Sik Jeon" <[EMAIL PROTECTED]> 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_F