DrawTextEx function
void
DrawTextEx()
Implementation
void DrawTextEx(
FontC font,
Pointer<Char> text,
Vector2C position,
double fontSize,
double spacing,
ColorC tint,
) => _module.DrawTextEx(font, text, position, fontSize, spacing, tint);