ImageDrawText method
void
ImageDrawText()
Implementation
void ImageDrawText(
Pointer<ImageC> dst,
Pointer<Char> text,
int posX,
int posY,
int fontSize,
ColorC color,
) {
return _ImageDrawText(dst, text, posX, posY, fontSize, color);
}