[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] TrueType and Kerning
From: |
Anton Zemlyanov |
Subject: |
[ft] TrueType and Kerning |
Date: |
Thu, 22 Sep 2005 19:37:41 +0400 |
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
- [ft] TrueType and Kerning,
Anton Zemlyanov <=