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