ImageDrawTextEx abstract method
void
ImageDrawTextEx()
Draw text (custom sprite font) within an image (destination)
Implementation
void ImageDrawTextEx(
ImageStructType dst,
FontStructType font,
String text,
Vector2StructType position,
num fontSize,
num spacing,
ColorStructType tint,
);