ImageDrawText method
void
ImageDrawText()
Draw text (using default font) within an image (destination)
Implementation
void ImageDrawText(Pointer<ImageC> dst, Pointer<Char> text, int posX, int posY, int fontSize, ColorC color)
=> _ImageDrawText(dst, text, posX, posY, fontSize, color);