Font.getKerning

struct Font
short
getKerning
(
dchar first
,
dchar second
)

Return Value

Type: short

the kerning between two characters. This is the additional distance the second character should be moved if the character before that is first

Meta