Font.kerning - multiple declarations

Function Font.kerning

Sets the font's kerning setting Default for newly created fonts is true Kerning setting determines whether the spacing between individual characters is adjusted for a more pleasing result

void kerning (
  bool shouldKern
) @property;

Function Font.kerning

Gets the font's kerning setting Default for a newly created fonts is true Kerning setting determines whether the spacing between individual characters is adjusted for a more pleasing result

bool kerning() @property;