Difference between revisions of "love.graphics.getMaxPointSize"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Gets the max supported point size.
 
Gets the max supported point size.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the max supported point size.}}
 
{{#set:Description=Gets the max supported point size.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.getMaxPointSize}}

Revision as of 20:15, 18 November 2010

Gets the max supported point size.

Function

Synopsis

size = love.graphics.getMaxPointSize( )

Arguments

None.

Returns

number size
The new point size.

See Also

Other Languages