object height-pixels, widthpixels, (needed area for the rotation) ...Copy the JavaScript source code below :
Line0001/SetFillColor(r,g,b)=font color
SetFillColor(r,g,b,0,0,0)=normal
SetFillColor(r,g,b,255,255,0)=underlined
SetFillColor(r,g,b,255,255,255)=strike
Line0002/SetFont(fontname,fontsize,700,0,0,0)
Line0003/Text(your text,x,y)
---------------------------------
mytext.Rotate(x0,y0,degrees)
setTimeout(function,milliseconds)