Difference between revisions of "love.graphics.getPointSize"

m
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the point size.}}
 
{{#set:Description=Gets the point size.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getPointSize}}
 
{{i18n|love.graphics.getPointSize}}

Revision as of 10:16, 25 March 2011

Gets the point size.

Function

Synopsis

size = love.graphics.getPointSize( )

Arguments

None.

Returns

number size
The current point size.

See Also


Other Languages