Font.bold

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

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

Return Value

Type: bool

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

Meta