LoadFontEx fix. DrawTextBoxed and DrawTextBoxedSelectable From raylib [text] example - Rectangle bounds.

This commit is contained in:
jussi
2023-11-01 23:36:31 +02:00
parent dfd66512d7
commit e61823b8bb
9 changed files with 246 additions and 26 deletions

View File

@@ -14,6 +14,8 @@ int ltextDrawTextEx( lua_State *L );
int ltextDrawTextPro( lua_State *L );
int ltextDrawTextCodepoint( lua_State *L );
int ltextDrawTextCodepoints( lua_State *L );
int ltextDrawTextBoxed( lua_State *L );
int ltextDrawTextBoxedSelectable( lua_State *L );
/* Font info functions. */
int ltextMeasureText( lua_State *L );
int ltextGetGlyphIndex( lua_State *L );