Views
love.graphics.setPointSize
Sets the point size.
Function
Synopsis
love.graphics.setPointSize( size )
Arguments
number size
- The new point size.
Returns
Nothing.
Examples
Increase the point size by 1, by using love.graphics.getPointSize.
local s = love.graphics.getPointSize() + 1
love.graphics.setPointSize(s)
love.graphics.setPointSize(s)
See Also
- love.graphics
- love.graphics.point
- love.graphics.setPoint
- love.graphics.setPointStyle
- love.graphics.getPointSize