diff options
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 dd43956..f95b813 100644 --- a/include/text.h +++ b/include/text.h @@ -9,7 +9,7 @@ int ltextLoadFontFromImage( lua_State* L ); int ltextLoadFontFromMemory( lua_State* L ); int ltextLoadFontFromData( lua_State* L ); int ltextFontCopy( lua_State* L ); -int ltextIsFontReady( lua_State* L ); +int ltextIsFontValid( lua_State* L ); int ltextLoadFontData( lua_State* L ); int ltextGenImageFontAtlas( lua_State* L ); int ltextUnloadFont( lua_State* L ); |
