freetype-devel
[Top][All Lists]
Advanced

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

[Devel] Kerning with Type1 Fonts


From: Anthony Feick
Subject: [Devel] Kerning with Type1 Fonts
Date: Wed, 29 Aug 2001 11:24:43 -0500


I mentioned this in the freetype mailing list, but I've done some debugging. It appears that the T1_Read_AFM function ( src/type1/t1afm.c line 159 ) doesn't set the FT_FACE_FLAG_KERNING bit in the face_flags.

I added the following line to src/type1/t1afm.c at line 204:
   t1_face->face_flags |= FT_FACE_FLAG_KERNING;

Everything works great now!

Thanks,
Tony

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




reply via email to

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