Fontset.getKerning

Returns the kerning for the given character pair if there's any, or 0. Should be called through CharacterFormattingInfo, which can bypass it if formatting flag is enabled.

class Fontset(T)
final @nogc @safe pure nothrow
short
getKerning
(
const dchar first
,
const dchar second
)
if (
T.stringof == Bitmap8Bit.stringof ||
T.stringof == Bitmap16Bit.stringof
||
T.stringof == Bitmap32Bit.stringof
)

Meta