freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: commit 6a92b1fad makes FreeType reject woff files


From: Moazin Khatri
Subject: Re: commit 6a92b1fad makes FreeType reject woff files
Date: Mon, 2 Mar 2020 18:11:02 +0500

Werner, please have a look at the attached diff. I have tested it in
various build settings (with/without system zlib) and WOFF fonts
are working fine.

Once you approve, I will commit to master. 

On Sat, Feb 29, 2020 at 1:28 AM Werner LEMBERG <address@hidden> wrote:

> You mean something like this?
>
> #ifdef FT_CONFIG_OPTION_SYSTEM_ZLIB
>     err = inflateInit2( &stream, MAX_WBITS|32 );
> #else
>     err = inflateInit2( &stream, MAX_WBITS );
> #endif

Yes, something like this, a really quick fix until you find time to
update zlib.


    Werner

Attachment: fix.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]