DynamicFont.useMipmaps

If true, mipmapping is used. This improves the font's appearance when downscaling it if font oversampling is disabled or ineffective.

  1. bool useMipmaps [@property getter]
  2. bool useMipmaps [@property setter]
    struct DynamicFont
    @nogc nothrow @property
    void
    useMipmaps
    (
    bool v
    )

Meta