ImageTextEx function
Implementation
ImageC ImageTextEx(
FontC font,
Pointer<Char> text,
double fontSize,
double spacing,
ColorC tint,
) => _module.ImageTextEx(font, text, fontSize, spacing, tint);
ImageC ImageTextEx(
FontC font,
Pointer<Char> text,
double fontSize,
double spacing,
ColorC tint,
) => _module.ImageTextEx(font, text, fontSize, spacing, tint);