Kerning pairs incorrectly enumerated for Adobe OpenType font

Adobe OpenType fonts like Warnock Pro have 0 (zero) listed in the font Information window as the “Number of Kerning Pairs”. Other non-Adobe OpenType seem to dispay kerning pairs correctly. What’s different about Adobe?

Thanks for your feedback.

In OpenType fonts, kerning pairs can be stored in either the ‘kern’ table, the ‘GPOS’ OpenType Layout table or, in both. Right now MainType only shows information from the ‘kern’ table. OpenType Fonts from Adobe contain containing CFF outlines, and those are not allowed to have a ‘kern’ table.

I’ll try to add GPOS kerning info into the next release.

You’re magic Erwin!