ImageDrawText function
Implementation
void ImageDrawText(
ImageD dst,
String text,
num posX,
num posY,
num fontSize,
ColorD color,
) => _module.ImageDrawText(dst, text, posX, posY, fontSize, color);
void ImageDrawText(
ImageD dst,
String text,
num posX,
num posY,
num fontSize,
ColorD color,
) => _module.ImageDrawText(dst, text, posX, posY, fontSize, color);