diff options
| author | jussi | 2025-06-11 22:44:39 +0300 |
|---|---|---|
| committer | jussi | 2025-06-11 22:44:39 +0300 |
| commit | 15deeccc4bcbe5b68f002f8cc91ee4ed8ced68fb (patch) | |
| tree | 3e4fc6739a32d947909e54eb4301cd26bc4828d7 /include/text.h | |
| parent | a38e76873b5ca3080c8046ae4759866d8cccc4e5 (diff) | |
| download | reilua-enhanced-15deeccc4bcbe5b68f002f8cc91ee4ed8ced68fb.tar.gz reilua-enhanced-15deeccc4bcbe5b68f002f8cc91ee4ed8ced68fb.tar.bz2 reilua-enhanced-15deeccc4bcbe5b68f002f8cc91ee4ed8ced68fb.zip | |
MeasureTextBoxed and DrawTextBoxedEx to DrawTextBoxed.
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index dd8b9c6..5b7d070 100644 --- a/include/text.h +++ b/include/text.h @@ -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 ); |
