From 15deeccc4bcbe5b68f002f8cc91ee4ed8ced68fb Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 11 Jun 2025 22:44:39 +0300 Subject: MeasureTextBoxed and DrawTextBoxedEx to DrawTextBoxed. --- src/lua_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_core.c') diff --git a/src/lua_core.c b/src/lua_core.c index d039208..c4afe80 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -2222,12 +2222,12 @@ void luaRegister() { assingGlobalFunction( "DrawTextCodepoint", ltextDrawTextCodepoint ); assingGlobalFunction( "DrawTextCodepoints", ltextDrawTextCodepoints ); assingGlobalFunction( "DrawTextBoxed", ltextDrawTextBoxed ); - assingGlobalFunction( "DrawTextBoxedEx", ltextDrawTextBoxedEx ); /* Text font info functions. */ assingGlobalFunction( "SetTextLineSpacing", ltextSetTextLineSpacing ); assingGlobalFunction( "GetTextLineSpacing", ltextGetTextLineSpacing ); assingGlobalFunction( "MeasureText", ltextMeasureText ); assingGlobalFunction( "MeasureTextEx", ltextMeasureTextEx ); + assingGlobalFunction( "MeasureTextBoxed", ltextMeasureTextBoxed ); assingGlobalFunction( "GetGlyphIndex", ltextGetGlyphIndex ); assingGlobalFunction( "GetGlyphInfo", ltextGetGlyphInfo ); assingGlobalFunction( "GetGlyphInfoByIndex", ltextGetGlyphInfoByIndex ); -- cgit v1.2.3