Font.bold

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

  1. bool bold()
  2. void bold(bool newBold)
    class Font
    @property @trusted
    void
    bold
    (
    bool newBold
    )

Parameters

newBold bool

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

Meta