ImageText abstract method

ImageStructType ImageText(
  1. String text,
  2. num fontSize,
  3. ColorStructType color
)

Implementation

ImageStructType ImageText(
  String text,
  num fontSize,
  ColorStructType color,
);