Font.italic

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

  1. bool italic()
    class Font
    const @property @trusted
    bool
    italic
    ()
  2. void italic(bool newItalic)

Return Value

Type: bool

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

Meta