freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Re: Aw: Re: Kerning


From: Werner LEMBERG
Subject: [ft-devel] Re: Aw: Re: Kerning
Date: Fri, 09 Sep 2005 19:59:26 +0200 (CEST)

[Stefan reports that the macro FT_HAS_KERNING always returns 0.]

This is definitely a bug.  We have the following in sfobjs.c, function
sfnt_load_face:

  #if 0
        /* kerning available ? */
        if ( TT_FACE_HAS_KERNING( face ) )
          flags |= FT_FACE_FLAG_KERNING;
  #endif

It seems that David has commented this out temporarily while
developing the (yet disactivated) FT_OPTIMIZE_MEMORY stuff.

Thanks for the report; I've removed the #if 0 ... #endif stuff.


    Werner




reply via email to

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