Function DynamicFontData.antialiased
If true, the font is rendered with anti-aliasing.
bool antialiased() nothrow @property @nogc;
void antialiased
(
bool v
) nothrow @property @nogc;
If true, the font is rendered with anti-aliasing.
bool antialiased() nothrow @property @nogc;
void antialiased
(
bool v
) nothrow @property @nogc;