freetype-devel
[Top][All Lists]
Advanced

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

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


From: Zhou YunDong
Subject: [ft-devel] A bug In ftccmap.c: #define FTC_CMAP_HASH( faceid, index, charcode ) \
Date: Mon, 29 Sep 2014 07:20:04 +0800 (CST)

  /* 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.



reply via email to

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