Difference between revisions of "love.graphics.setPoint"

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

Revision as of 10:21, 25 March 2011

Sets the point size and style.

Function

Synopsis

love.graphics.setPoint( size, style )

Arguments

number size
The new point size.
PointStyle style
The new point style.

Returns

Nothing.

See Also


Other Languages