DrawTextEx method
void
DrawTextEx()
Implementation
void DrawTextEx(
FontC font,
Pointer<Char> text,
Vector2C position,
double fontSize,
double spacing,
ColorC tint,
) {
return _DrawTextEx(font, text, position, fontSize, spacing, tint);
}