summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorjussi2024-09-26 23:02:13 +0300
committerjussi2024-09-26 23:02:13 +0300
commitd3202073a72b4ff0f98c29cdb096e2747dbaaae8 (patch)
treecbab46cfe511676f513911befef96e0053a76649 /include/text.h
parent45e11be96a7503a0cfe29bbbcc8d885d81ab9591 (diff)
downloadreilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.tar.gz
reilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.tar.bz2
reilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.zip
FontCopy.
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 8834392..dd43956 100644
--- a/include/text.h
+++ b/include/text.h
@@ -8,6 +8,7 @@ int ltextLoadFontEx( lua_State* L );
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 ltextLoadFontData( lua_State* L );
int ltextGenImageFontAtlas( lua_State* L );