Font.strikethrough

Wraps TTF_SetFontStyle to set the dsdl2.ttf.Font style to be strikethrough

  1. bool strikethrough()
  2. void strikethrough(bool newStrikethrough)
    class Font
    @property @trusted
    void
    strikethrough

Parameters

newStrikethrough bool

true to make the dsdl2.ttf.Font strikethrough, otherwise false

Meta