Skip to content

love.graphics_print

oblerion edited this page Sep 15, 2022 · 1 revision

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

Clone this wiki locally