"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"
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
"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