GenImageText abstract method
Generate image: grayscale image from text data
Implementation
ImageStructType GenImageText(
num width,
num height,
String text,
);
Generate image: grayscale image from text data
ImageStructType GenImageText(
num width,
num height,
String text,
);