ImageDrawText abstract method

void ImageDrawText(
  1. ImageStructType dst,
  2. String text,
  3. num posX,
  4. num posY,
  5. num fontSize,
  6. ColorStructType color,
)

Implementation

void ImageDrawText(
  ImageStructType dst,
  String text,
  num posX,
  num posY,
  num fontSize,
  ColorStructType color,
);