Function
love.graphics.draw( string, x, y, angle, sx, sy )
Draws rotated text in the current color.
Synopsis
love.graphics.draw( string, x, y, angle, sx, sy )
Arguments
string A text string.
x The position on the x-axis.
y The position on the y-axis.
angle The angle of rotation (in degrees).
sx The scale factor along the x-axis.
sy The scale factor along the y-axis.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.