Font.underline

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

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

Return Value

Type: bool

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

Meta