Write plugin
Writes text on an image
Example usage
Example 1
Write{robot}
Example 2
Write{I am robot,13,Red}
Example 3
Write{Text{hey!}Brush{Color{Blue}}Font{Size{20}Family{Times New Roman}}}
Constructors
Constructor 1
Available properties
Text - Text
Text to write
Position - DrawPluginPosition
The type of positioning to use
X - Number
The X-coordinate to begin drawing, if relevant
Y - Number
The Y-coordinate to begin drawing, if relevant
Brush - ImgBagBrush
The settings to use for the brush, if relevant
Font - ImgBagFont
The settings to use for the font, if relevant