Difference between revisions of "love.graphics.getMaxPointSize"

m (new description for size parameter)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the max supported point size.}}
 
{{#set:Description=Gets the max supported point size.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getMaxPointSize}}
 
{{i18n|love.graphics.getMaxPointSize}}

Revision as of 10:16, 25 March 2011

Gets the max supported point size.

Function

Synopsis

size = love.graphics.getMaxPointSize( )

Arguments

None.

Returns

number size
The max supported point size.

See Also


Other Languages