Function BitmapFont.getKerningPair

Returns a kerning pair as a difference.

long getKerningPair (
  const(long) char_a,
  const(long) char_b
) nothrow @nogc const;