DrawTextPro method
void
DrawTextPro()
Draw text using Font and pro parameters (rotation)
Implementation
void DrawTextPro(FontC font, Pointer<Char> text, Vector2C position, Vector2C origin, double rotation, double fontSize, double spacing, ColorC tint)
=> _DrawTextPro(font, text, position, origin, rotation, fontSize, spacing, tint);