Vous avez écrit : > Hi everyone. > > I'm working on an sdl+opengl+freetype project. I'm using the Galette face > (galette-med.otf OpenType font) >[…] > Any ideas?
As already said, kerning is likely to lie into kern feature rather than a kern table. I recently wrote some code (warn you, it’s heavily Qt based) which could help if you don’t want to use an OpenType processor (which is the right thing to do in fact (the one in Harfbuzz working well AFAICS)). The code itself you can see there: <http://svn.gna.org/viewcvs/undertype/trunk/tools/typotek/src/fmkernfeat.h?rev=911&view=markup> <http://svn.gna.org/viewcvs/undertype/trunk/tools/typotek/src/fmkernfeat.cpp?rev=911&view=markup> my 2¢ -- Pierre Marchand http://www.oep-h.com _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
