love.graphics:draw( string, x, y )
Draws text in the current color.
Usage
love.graphics:draw( string, x, y )Arguments
stringA text string.
xThe position on the x-axis.
yThe position on the y-axis.
Returns
Nothing
|
Version 0.2.0 LÖVE DocumentationOverviewLicenceCreditsGetting startedDeviceslove.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerTypesAnimationColorFontImageMusicSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.graphics:draw( string, x, y ) Draws text in the current color. Usage love.graphics:draw( string, x, y )Arguments stringA text string. xThe position on the x-axis. yThe position on the y-axis. Returns Nothing |