Function BitmapFont.addKerningPair

Adds a kerning pair to the BitmapFont as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.

void addKerningPair (
  const(long) char_a,
  const(long) char_b,
  const(long) kerning
) nothrow @nogc;