1. Is it easy to adjust the text positioning?
Yes, it is very easy. All labels are drawn using the drawstring(x, y, z, "text", layer) function, and frames are drawn via drawbox(x, y, width, height, z, color, alpha). You can change the coordinates directly inside the function call.
2. Can I...