Difference between revisions of "love.graphics.getPointSize"

(add new func)
 
m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the point size.}}
 
{{#set:Description=Gets the point size.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.getPointSize}}

Revision as of 20:14, 18 November 2010

Gets the point size.

Function

Synopsis

size = love.graphics.getPointSize( )

Arguments

None.

Returns

number size
The current point size.

See Also

Other Languages