* Draw text using font and additional parameters */
| 265 | * Draw text using font and additional parameters |
| 266 | */ |
| 267 | RLCPP_MAYBEUNUSED RLCPPAPI inline void |
| 268 | DrawTextEx(const Font& font, const char* text, Vector2 position, float fontSize, float spacing, ::Color tint) { |
| 269 | ::DrawTextEx(font, text, position, fontSize, spacing, tint); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Draw text using font and additional parameters |