Difference between revisions of "love.graphics.setPoint"

(add new func)
 
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.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setPoint}}

Revision as of 20:24, 18 November 2010

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