Font.kerning - multiple declarations

Function Font.kerning

Wraps TTF_GetFontKerning to get the Font's kerning

bool kerning() @property @trusted const;

Returns

bool whether the Font has kerning

Function Font.kerning

Wraps TTF_SetFontKerning to set the Font's kerning

void kerning (
  bool newKerning
) @property @trusted;

Parameters

NameDescription
newKerning new bool value for the Font's kerning