FontCopy.

This commit is contained in:
jussi
2024-09-26 23:02:13 +03:00
parent 45e11be96a
commit d3202073a7
9 changed files with 43 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ typedef struct {
Vector2 resolution;
int logLevelInvalid;
Font defaultFont;
Font guiDefaultFont;
Font guiFont;
Material defaultMaterial;
Texture defaultTexture;
int* RLGLcurrentShaderLocs;

View File

@@ -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 );