ImageText function

ImageC ImageText(
  1. Pointer<Char> text,
  2. int fontSize,
  3. ColorC color
)

Implementation

ImageC ImageText(Pointer<Char> text, int fontSize, ColorC color) => _module.ImageText(text, fontSize, color);