Font.strikethrough - multiple declarations

Function Font.strikethrough

Wraps TTF_GetFontStyle to get whether the Font style is strikethrough

bool strikethrough() @property @trusted const;

Returns

true if the Font is strikethrough, otherwise false

Function Font.strikethrough

Wraps TTF_SetFontStyle to set the Font style to be strikethrough

void strikethrough (
  bool newStrikethrough
) @property @trusted;

Parameters

NameDescription
newStrikethrough true to make the Font strikethrough, otherwise false