Difference between revisions of "Font:getFilter"
(Created page with "{{newin|0.9.0|090|type=function}} Gets the filter mode for an image. == Function == === Synopsis === <source lang="lua"> min, mag = Font:getFilter( ) </source> === Arguments ...") |
|||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Gets the filter mode for | + | Gets the filter mode for a font. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 15: | Line 15: | ||
* [[FilterMode]] | * [[FilterMode]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the filter mode for | + | {{#set:Description=Gets the filter mode for a font.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|Font:getFilter}} | {{i18n|Font:getFilter}} |
Revision as of 06:52, 31 March 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the filter mode for a font.
Function
Synopsis
min, mag = Font:getFilter( )
Arguments
None.
Returns
FilterMode min
- Filter mode used when minifying the font.
FilterMode mag
- Filter mode used when magnifying the font.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info