Difference between revisions of "love.graphics.setPointSize"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Sets the point size.
 
Sets the point size.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the point size.}}
 
{{#set:Description=Sets the point size.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setPointSize}}

Revision as of 20:24, 18 November 2010

Sets the point size.

Function

Synopsis

love.graphics.setPointSize( size )

Arguments

number size
The new point size.

Returns

Nothing.

See Also

Other Languages