freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] A bug In ftccmap.c: #define FTC_CMAP_HASH( faceid, index,


From: Werner LEMBERG
Subject: Re: [ft-devel] A bug In ftccmap.c: #define FTC_CMAP_HASH( faceid, index, charcode ) \
Date: Mon, 29 Sep 2014 16:51:41 +0200 (CEST)

>   /* compute a query/node hash */
> #define FTC_CMAP_HASH( faceid, index, charcode )           \
>           ( FTC_FACE_ID_HASH( faceid ) + 211 * ( index ) + \
>             ( (char_code) / FTC_CMAP_INDICES_MAX )       )
>  
> charcode should be char_code.

This is fixed since 5(!) years.  Which FreeType version are you
looking at?


    Werner



reply via email to

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