diff options
| author | jussi | 2023-11-09 22:02:59 +0200 |
|---|---|---|
| committer | jussi | 2023-11-09 22:02:59 +0200 |
| commit | 8effd050ffb736df2124da00227d8b2843d298f6 (patch) | |
| tree | 47e3970fd315384a86e467b27edccc7bd75bb4bd /src/text.c | |
| parent | e056446750bff6db15842aea662f18a322052d8c (diff) | |
| download | reilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.tar.gz reilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.tar.bz2 reilua-enhanced-8effd050ffb736df2124da00227d8b2843d298f6.zip | |
Organized shapes, textures, audio, text, lights and gui functions.
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ /* |
