From aa03fffcb32e4a04589d74273c81316b39afacd9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 30 Nov 2023 02:50:00 +0200 Subject: Raygui textures with SetShapesTexture. --- src/text.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index a6e0241..4c20966 100644 --- a/src/text.c +++ b/src/text.c @@ -162,9 +162,11 @@ bool wordWrap, Color *tints, int tintCount, Color *backTints, int backTintCount */ /* -> RL.GetFontDefault() +> font = RL.GetFontDefault() Get the default Font. Return as lightuserdata + +- Success return Font */ int ltextGetFontDefault( lua_State *L ) { lua_pushlightuserdata( L, &state->defaultFont ); -- cgit v1.2.3