ImageTextEx abstract method
ImageStructType
ImageTextEx()
Create an image from text (custom sprite font)
Implementation
ImageStructType ImageTextEx(
FontStructType font,
String text,
num fontSize,
num spacing,
ColorStructType tint,
);