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.1.1a LÖVE DocumentationOverviewLicenceCreditsGetting startedDeviceslove.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerTypesColorFontImageMusicSoundCallbacksloadupdaterendermousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig files       
           | 
                         
    
  		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  |