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]
  2. bool antialiased [@property setter]
    struct DynamicFontData
    @nogc nothrow @property
    void
    antialiased
    (
    bool v
    )

Meta