Difference between revisions of "love.graphics.setPointSize"

m (Add more see alsos.)
Line 1: Line 1:
Sets the point size.
+
Sets the [[love.graphics.setPoint|point]] size.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.point]]
 +
* [[love.graphics.setPoint]]
 +
* [[love.graphics.setPointStyle]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the point size.}}
 
{{#set:Description=Sets the point size.}}

Revision as of 01:03, 27 September 2011

Sets the point size.

Function

Synopsis

love.graphics.setPointSize( size )

Arguments

number size
The new point size.

Returns

Nothing.

See Also


Other Languages