Update rtextures.c

This commit is contained in:
Ray
2026-07-01 12:18:58 +02:00
parent 122e378e93
commit 44b16a548f

View File

@@ -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()
}
//------------------------------------------------------------------------------------