From d3202073a72b4ff0f98c29cdb096e2747dbaaae8 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 26 Sep 2024 23:02:13 +0300 Subject: FontCopy. --- include/state.h | 2 +- include/text.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/state.h b/include/state.h index 309a284..5fc3015 100644 --- a/include/state.h +++ b/include/state.h @@ -16,7 +16,7 @@ typedef struct { Vector2 resolution; int logLevelInvalid; Font defaultFont; - Font guiDefaultFont; + Font guiFont; Material defaultMaterial; Texture defaultTexture; int* RLGLcurrentShaderLocs; 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 ); -- cgit v1.2.3