> How do I parse the 'kern' table? I have looked through freetype.h > and I do not see any functions that provide access to this table.
You have to load it with FT_Load_Sfnt_Table, then write code to parse it. See the OpenType specification. http://www.microsoft.com/typography/otspec/ Werner _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
