blippo-heavy kerning bug 1


Blippo-Heavy.ttf has a problem on my unix system. Conceivably this problem could actually be with the true-type rendering engine, or the conversion used for the font (there's a string in the font file that claims "®Converted by ALLTYP")

I don't know enough about font files to know where the problem lies.

But on my ubuntu system (feisty fawn) I'm getting kerning problems with Blippo-Heavy and specific character combinations. I see this problem in firefox and in gimp (though admittedly not in gnome-font-viewer).

I've seen the problem with the 'te' and 'is' combinations, though it probably exists with others. Feel free to do an exhaustive search.

These have large gaps between the letters (incorrect kerning?):

te
is

But these work fine:

ta tb tc td tf tg th ti tj tk tl tm tn to tp tq tr ts tt tu tv tw tx ty tz it Is

Workaround: Here's a hacky way to avoid it. Instead of 'te' use 't<nosp>e'

The 'nosp' doesn't actually mean anything, but most browsers will ignore the '<nosp>' but lose the kerning connection between t and e (without adding whitespace)