Function drawText

Draw text on an image

void drawText (
  SuperImage img,
  string s,
  int x,
  int y,
  Color4f color
);