Change position of text

This commit is contained in:
2025-01-20 02:43:53 +01:00
parent a0756a152f
commit 5342f1b928
3 changed files with 23 additions and 9 deletions

View File

@@ -2,4 +2,4 @@
Color ColorAdd(Color c1, Color c2);
Color ColorAddValue(Color c, int add);
Rectangle TextInSpace(Rectangle box, float textH, float textW, float margin);
Rectangle TextInSpace(Rectangle box, float textH, float textW, float margin, bool topOrBottom);