Create image from text
From UBot Studio
This command will create an image from written text.
The command is an Image command.
Text: Text being turned into an image.
Output Image File: The resulting text image.
Font Family:The font of the text image.
Font Size: The size of the text being turned into an image.
Text Color: The color of the text image.
Example
create image from text("TEST TEST","C:\\Users\\Downloads\\test test.jpg","Quattrocento Sans",96,"Blue")
Running the script will create a .jpg image of the given text with a font size of 96 and a font color of blue.