ImageText abstract method
Create an image from text (default font)
Implementation
ImageStructType ImageText(
String text,
num fontSize,
ColorStructType color,
);
Create an image from text (default font)
ImageStructType ImageText(
String text,
num fontSize,
ColorStructType color,
);