GenImageText function

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

Implementation

ImageD GenImageText(
  num width,
  num height,
  String text,
) => _module.GenImageText(width, height, text);