Hi,
First, I want to say "thank you" to David, Robert and Werner. You made a
very good job.
I have found that FreeType 2.1.10 does not support kerning for TrueType
fonts. Looking at the code I found the following code:
#if 0
/* kerning available ? */
if ( TT_FACE_HAS_KERNING( face ) )
flags |= FT_FACE_FLAG_KERNING;
#endif
In sfobjs.c. Can I replace "0" with "1" and pray kerning will start to
work? Why the code is excluded, is it unstable or some other reason?
Best regards,
Anton
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype