* Draw text using Font and pro parameters (rotation) */
| 281 | * Draw text using Font and pro parameters (rotation) |
| 282 | */ |
| 283 | RLCPP_MAYBEUNUSED RLCPPAPI inline void DrawTextPro( |
| 284 | const Font& font, |
| 285 | const char* text, |
| 286 | Vector2 position, |
| 287 | Vector2 origin, |
| 288 | float rotation, |
| 289 | float fontSize, |
| 290 | float spacing, |
| 291 | ::Color tint) { |
| 292 | ::DrawTextPro(font, text, position, origin, rotation, fontSize, spacing, tint); |
| 293 | } |
| 294 | |
| 295 | /** |
| 296 | * Draw text using Font and pro parameters (rotation) |