{{newin|[[0.9.0]]|090|type=function}}
Sets the filter mode for a font.
== Function ==
=== Synopsis ===
<source lang="lua">
Font:setFilter( min, mag, anisotropy )
</source>
=== Arguments ===
{{param|FilterMode|min|How to scale a font down.}}
{{param|FilterMode|mag|How to scale a font up.}}
{{param|number|anisotropy (1)|Maximum amount of anisotropic filtering used.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Font]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Sets the filter mode for a font.}}
== Other Languages ==
{{i18n|Font:setFilter}}