DynamicFontData.antialiased

If true, the font is rendered with anti-aliasing. This property applies both to the main font and its outline (if it has one).

  1. bool antialiased [@property getter]
    struct DynamicFontData
    @nogc nothrow @property
    bool
    antialiased
    ()
  2. bool antialiased [@property setter]

Meta