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.

struct BitmapFont
@nogc nothrow
void
addKerningPair
(
in long char_a
,
in long char_b
,
in long kerning
)

Meta