From 44b16a548f3aea27eb14c10261e81930b165d84e Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 1 Jul 2026 12:18:58 +0200 Subject: [PATCH] Update rtextures.c --- src/rtextures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtextures.c b/src/rtextures.c index ce79c5627..6092cb57c 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -4219,7 +4219,7 @@ void ImageDrawTextEx(Image *dst, Font font, const char *text, Vector2 position, // Draw text using Font and pro parameters (rotation) void ImageDrawTextPro(Image *dst, Font font, const char *text, Vector2 position, Vector2 origin, float rotation, float fontSize, float spacing, Color tint) { - // TODO: NEW: Implement ImageDrawImageEx() + // TODO: NEW: Implement ImageDrawTextPro() } //------------------------------------------------------------------------------------