* Create an image from text (custom sprite font). */
| 285 | * Create an image from text (custom sprite font). |
| 286 | */ |
| 287 | RLCPP_NODISCARD ::Image ImageText(const char* text, float fontSize, float spacing, ::Color tint) const { |
| 288 | return ::ImageTextEx(*this, text, fontSize, spacing, tint); |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Create an image from text (custom sprite font). |