Function DynamicFont.useMipmaps
If true
, mipmapping is used. This improves the font's appearance when downscaling it if font oversampling is disabled or ineffective.
bool useMipmaps() nothrow @property @nogc;
void useMipmaps
(
bool v
) nothrow @property @nogc;