From 8effd050ffb736df2124da00227d8b2843d298f6 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 9 Nov 2023 22:02:59 +0200 Subject: Organized shapes, textures, audio, text, lights and gui functions. --- src/text.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index b72f9cd..af7b02f 100644 --- a/src/text.c +++ b/src/text.c @@ -158,7 +158,7 @@ bool wordWrap, Color *tints, int tintCount, Color *backTints, int backTintCount } /* -## Text - Loading +## Text - Font loading/unloading functions */ /* @@ -278,7 +278,7 @@ int ltextUnloadFont( lua_State *L ) { } /* -## Text - Draw +## Text - Text drawing functions */ /* @@ -457,7 +457,7 @@ int ltextDrawTextBoxedTinted( lua_State *L ) { } /* -## Text - Font info functions +## Text - Text font info functions */ /* -- cgit v1.2.3