Difference between revisions of "love.graphics.setPointSize"

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

Revision as of 10:21, 25 March 2011

Sets the point size.

Function

Synopsis

love.graphics.setPointSize( size )

Arguments

number size
The new point size.

Returns

Nothing.

See Also


Other Languages