From 6e17282197320bfc3af6a225fb3d9e13194022fa Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 24 Aug 2023 20:19:13 +0300 Subject: GetFontTexture. --- include/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index 3754a33..943cbca 100644 --- a/include/text.h +++ b/include/text.h @@ -16,3 +16,4 @@ int ltextMeasureText( lua_State *L ); int ltextGetFontBaseSize( lua_State *L ); int ltextGetFontGlyphCount( lua_State *L ); int ltextGetFontGlyphPadding( lua_State *L ); +int ltextGetFontTexture( lua_State *L ); -- cgit v1.2.3