love.graphics_print - oblerion/love2d.js GitHub Wiki

call

love.graphics_print(text,x,y,r,sx);

parameter

  • text : string text
  • x : x position
  • y : y position
  • r : rotate in radiant
  • sx : size of text

what is do

print text to screen