GenImageText abstract method

ImageStructType GenImageText(
  1. num width,
  2. num height,
  3. String text
)

Implementation

ImageStructType GenImageText(
  num width,
  num height,
  String text,
);