summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorjussi2023-08-24 20:19:13 +0300
committerjussi2023-08-24 20:19:13 +0300
commit6e17282197320bfc3af6a225fb3d9e13194022fa (patch)
treee0be6b9033481c99dd76f3791927a5e9080989b2 /include/text.h
parent3fc07a02d5213a88ebb555d3133af2746600cf61 (diff)
downloadreilua-enhanced-6e17282197320bfc3af6a225fb3d9e13194022fa.tar.gz
reilua-enhanced-6e17282197320bfc3af6a225fb3d9e13194022fa.tar.bz2
reilua-enhanced-6e17282197320bfc3af6a225fb3d9e13194022fa.zip
GetFontTexture.
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
1 files changed, 1 insertions, 0 deletions
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 );