Font.underline

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

  1. bool underline()
  2. void underline(bool newUnderline)
    class Font
    @property @trusted
    void
    underline

Parameters

newUnderline bool

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

Meta