GenImageText abstract method

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

Generate image: grayscale image from text data

Implementation

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