ImageDrawTextEx method
void
ImageDrawTextEx()
Draw text (custom sprite font) within an image (destination)
Implementation
void ImageDrawTextEx(Pointer<ImageC> dst, FontC font, Pointer<Char> text, Vector2C position, double fontSize, double spacing, ColorC tint)
=> _ImageDrawTextEx(dst, font, text, position, fontSize, spacing, tint);