mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-05 08:55:14 +00:00
Update rtextures.c
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user