[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


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to