ImageDrawText function
void
ImageDrawText(
- StructPointer<
ImageD> dst, - MemoryPointer<
RChar> text, - int posX,
- int posY,
- int fontSize,
- ColorD color,
See RaylibCoreFlatModule.ImageDrawText.
Implementation
void ImageDrawText(
StructPointer<ImageD> dst,
MemoryPointer<RChar> text,
int posX,
int posY,
int fontSize,
ColorD color,
) => _module.ImageDrawText(dst, text, posX, posY, fontSize, color);