{{newin|[[0.9.0]]|090|type=function}}
Gets the filter mode for a font.
== Function ==
=== Synopsis ===
<source lang="lua">
min, mag, anisotropy = Font:getFilter( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|FilterMode|min|Filter mode used when minifying the font.}}
{{param|FilterMode|mag|Filter mode used when magnifying the font.}}
{{param|number|anisotropy|Maximum amount of anisotropic filtering used.}}
== See Also ==
* [[parent::Font]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Gets the filter mode for a font.}}
== Other Languages ==
{{i18n|Font:getFilter}}