Font.strikethrough

Wraps TTF_GetFontStyle to get whether the dsdl2.ttf.Font style is strikethrough

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

Return Value

Type: bool

true if the dsdl2.ttf.Font is strikethrough, otherwise false

Meta