GenImageText function

ImageD GenImageText(
  1. int width,
  2. int height,
  3. MemoryPointer<RChar> text
)

See RaylibCoreFlatModule.GenImageText.

Implementation

ImageD GenImageText(
  int width,
  int height,
  MemoryPointer<RChar> text,
) => _module.GenImageText(width, height, text);