Commit fbcf2a884d3fdbff0288e49321a09eff880f54cf

sammy 2008-05-01T18:33:44

* Optimise FTFace::KernAdvance() so that kerning for font indices < 128 is precomputed during FTFace() instantiation to avoid calling FT_Get_Kerning() too often. Patch by Sean Morrison, taken from bzflag commit r14652, reworked for safety and performance by me.