MeasureTextBoxed and DrawTextBoxedEx to DrawTextBoxed.
This commit is contained in:
@@ -22,12 +22,12 @@ int ltextDrawTextPro( lua_State* L );
|
||||
int ltextDrawTextCodepoint( lua_State* L );
|
||||
int ltextDrawTextCodepoints( lua_State* L );
|
||||
int ltextDrawTextBoxed( lua_State* L );
|
||||
int ltextDrawTextBoxedEx( lua_State* L );
|
||||
/* Text font info functions. */
|
||||
int ltextSetTextLineSpacing( lua_State* L );
|
||||
int ltextGetTextLineSpacing( lua_State* L );
|
||||
int ltextMeasureText( lua_State* L );
|
||||
int ltextMeasureTextEx( lua_State* L );
|
||||
int ltextMeasureTextBoxed( lua_State* L );
|
||||
int ltextGetGlyphIndex( lua_State* L );
|
||||
int ltextGetGlyphInfo( lua_State* L );
|
||||
int ltextGetGlyphInfoByIndex( lua_State* L );
|
||||
|
||||
Reference in New Issue
Block a user